Skip to content

Commit

Permalink
Merge pull request #157 from scarabeusiv/patch-1
Browse files Browse the repository at this point in the history
Fix lint warning/error about unused x variable
  • Loading branch information
jaraco committed Jan 4, 2019
2 parents 228c08e + 130ae5f commit c3ecc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/irccat2-aio.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def main():
args.server, args.port, args.nickname, password=args.password
)
except irc.client.ServerConnectionError as x:
print(x)
sys.exit(1)

try:
Expand Down

0 comments on commit c3ecc59

Please sign in to comment.