Skip to content

Commit 07240f5

Browse files
committed
Added a missing ".".
1 parent 816ed41 commit 07240f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structure_threader/structure_threader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
def gracious_exit(*args):
3838
"""Graciously exit the program."""
3939
print("\rExiting graciously, murdering child processes and cleaning output"
40-
" directory", end="")
40+
" directory.", end="")
4141
os.chdir(CWD)
4242
sys.exit(0)
4343

0 commit comments

Comments
 (0)