Skip to content

Commit

Permalink
Fixing PanDA client
Browse files Browse the repository at this point in the history
  • Loading branch information
Foorth committed May 24, 2023
1 parent 3a45d91 commit 0dfa084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/panda_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def kill_task(auth, jeditaskid):
resp = post(url, headers=auth, data=data)
resp = resp.text
except Exception as ex:
resp = "ERROR killTask: %s %s" % (ex, resp.status_code)
resp = "ERROR killTask: %s" % (ex)
else:
resp = 'Jeditaskid is not defined'

Expand Down

0 comments on commit 0dfa084

Please sign in to comment.