Skip to content

Commit 9d91244

Browse files
committed
fix indentetion mistake
1 parent e8e8108 commit 9d91244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_dir_if_not_there.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
if not os.path.exists(home+'/testdir'):
1717
os.makedirs(home+'/testdir') # If not create the directory, inside their home directory
18-
except Exceptions as e:
19-
print e
18+
except Exceptions as e:
19+
print e

0 commit comments

Comments
 (0)