We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816ed41 commit 07240f5Copy full SHA for 07240f5
structure_threader/structure_threader.py
@@ -37,7 +37,7 @@
37
def gracious_exit(*args):
38
"""Graciously exit the program."""
39
print("\rExiting graciously, murdering child processes and cleaning output"
40
- " directory", end="")
+ " directory.", end="")
41
os.chdir(CWD)
42
sys.exit(0)
43
0 commit comments