Skip to content

Commit

Permalink
Firestore: fix error from new flake8 version. (#6320)
Browse files Browse the repository at this point in the history
Note that this will conflict with #6291, but the master is red.
  • Loading branch information
tseaver authored Oct 26, 2018
1 parent e368317 commit 7e26ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore/tests/unit/test_cross_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_cross_language(self):
os.path.splitext(os.path.basename(test_filename))[0])
try:
self.run_write_test(test_proto, desc)
except Exception as error:
except Exception:
failed += 1
# print(desc, test_proto) # for debugging
# print(error.args[0]) # for debugging
Expand Down

0 comments on commit 7e26ab2

Please sign in to comment.