We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96547c0 + 9d91244 commit 6d5ec05Copy full SHA for 6d5ec05
create_dir_if_not_there.py
@@ -15,5 +15,5 @@
15
16
if not os.path.exists(home+'/testdir'):
17
os.makedirs(home+'/testdir') # If not create the directory, inside their home directory
18
- except Exceptions as e:
19
- print e
+except Exceptions as e:
+ print e
0 commit comments