We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e8108 commit 9d91244Copy full SHA for 9d91244
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