Skip to content

Commit 0878f9d

Browse files
author
Vladimir Kotal
committed
add comment about process exit
1 parent f816124 commit 0878f9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/sync/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def is_exe(fpath):
3333

3434
def check_create_dir(path):
3535
"""
36-
Make sure the directory specified by the path exists.
36+
Make sure the directory specified by the path exists. If unsuccessful,
37+
exit the program.
3738
"""
3839
if not os.path.isdir(path):
3940
try:

0 commit comments

Comments
 (0)