Skip to content

Commit

Permalink
keyboard interrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Jul 31, 2023
1 parent 966668d commit 85634c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quartodoc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ def build(config, filter, dry_run, watch, verbose):
while True:
time.sleep(1)
except KeyboardInterrupt:
pass
finally:
observer.stop()
observer.join()
observer.join()
else:
doc_build()

Expand Down

0 comments on commit 85634c6

Please sign in to comment.