Skip to content

Commit 6d5ec05

Browse files
Merge pull request geekcomputers#71 from xBartu/master
fix indentetion mistake
2 parents 96547c0 + 9d91244 commit 6d5ec05

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)