Skip to content

Commit 3c9a560

Browse files
committed
fix try-exception indentation problem
1 parent 6d2c0cc commit 3c9a560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_dir_if_not_there.py

Lines changed: 2 additions & 2 deletions
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)