Skip to content

Commit

Permalink
fixup for clair connection error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Fölling committed Oct 30, 2017
1 parent 45c76ba commit 0d16d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yair.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def analyse_image():
print(err)
exit(1)
except requests.exceptions.ConnectionError as err:
print("connection to " + address + " failed")
print("connection to " + req_url + " failed")
exit(1)


Expand Down

0 comments on commit 0d16d0f

Please sign in to comment.