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

Commit

Permalink
Addressing Travis CI linter feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryfoster committed May 25, 2017
1 parent 2c89a54 commit 9e91d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regparser/notice/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ def amendments(self):
"""
try:
amendments = fetch_amendments(self.xml)
except:
logger.error('Unable to fetch amendments for docket %s', self.version_id)
except: # noqa
logger.error('Unable to fetch amendments for %s', self.version_id)
return []
return amendments

Expand Down

0 comments on commit 9e91d00

Please sign in to comment.