Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed Mar 22, 2017
1 parent 2adb964 commit 91c9b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calaccess_raw/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_download_metadata(self):
CalAccessCommand().get_download_metadata()
except HTTPError as e:
warnings.warn(
"Could not verify download metadata: %s".format(e.message)
"Could not verify download metadata: %s".format(e)
)

@override_settings(BASE_DIR='example/')
Expand Down

0 comments on commit 91c9b5c

Please sign in to comment.