Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 22, 2016
1 parent d4ebc7d commit 6dab4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ftpfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def ftp_errors(fs, path=None):
msg="ftp error on resource '{}' ({})".format(path, e)
)
else:
raise errors.OperationFailed('ftp error ({})'.forma(e))
raise errors.OperationFailed('ftp error ({})'.format(e))
except error_perm as e:
code, message = parse_ftp_error(e)
if code == 552:
Expand Down

0 comments on commit 6dab4a7

Please sign in to comment.