Skip to content

Commit

Permalink
changed err emssage
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Oct 17, 2023
1 parent 2dadbdd commit 136b0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def getFiles(repo, tree):
addMessage(3, "Can't connect to the repo: " + r.json()['message'])
except Exception as ex:
print(str(ex))
addMessage(3, "Error while connecting to URL: " + str(url))
addMessage(3, "Error while connecting to URL: " + str(url) + " " + str(ex))
return {}


Expand Down

0 comments on commit 136b0a5

Please sign in to comment.