We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f816124 commit 0878f9dCopy full SHA for 0878f9d
tools/sync/utils.py
@@ -33,7 +33,8 @@ def is_exe(fpath):
33
34
def check_create_dir(path):
35
"""
36
- Make sure the directory specified by the path exists.
+ Make sure the directory specified by the path exists. If unsuccessful,
37
+ exit the program.
38
39
if not os.path.isdir(path):
40
try:
0 commit comments