Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Alla committed Feb 7, 2018
1 parent 5b593ee commit 3b6ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storages/backends/ftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _mkremdirs(self, path):
for path_part in path_splitted:
try:
self._connection.cwd(path_part)
except:
except: # noqa
try:
self._connection.mkd(path_part)
self._connection.cwd(path_part)
Expand Down

0 comments on commit 3b6ea85

Please sign in to comment.