Skip to content

Commit

Permalink
fix second section of exit message
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Lin <[email protected]>
  • Loading branch information
williamnswanson and brianhlin authored Nov 7, 2023
1 parent 80e513c commit 587d8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osg-comanage-project-usermap.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def call_api(target, **kw):
currentTimeout *= TIMEOUTMULTIPLE
else:
sys.exit(f"Exception raised after maximum timeout {options.max_timeout} seconds reached. "
+ "Exception reason: {exception.reason}.\n Request: {req.full_url}")
+ f"Exception reason: {exception.reason}.\n Request: {req.full_url}")

return json.loads(payload) if payload else None

Expand Down

0 comments on commit 587d8a5

Please sign in to comment.