Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
use e instead of e.message (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Nov 2, 2016
1 parent 9c0f8a8 commit b275918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectfast/management/commands/collectstatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def copy_file(self, path, prefixed_path, source_storage):
# Ignore errors and let super Command handle it
self.stdout.write(smart_str(
"Ignored error in Collectfast:\n%s\n--> Continuing using "
"default collectstatic." % e.message))
"default collectstatic." % e))

# Invalidate cached versions of lookup if copy is done
self.destroy_etag(normalized_path)
Expand Down

0 comments on commit b275918

Please sign in to comment.