mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +00:00
refactor: added message while raising invalidremote exception
This commit is contained in:
parent
3ac19ca4c6
commit
339875b2b1
@ -434,7 +434,7 @@ def find_org(org_repo):
|
||||
if res.ok:
|
||||
return org, org_repo
|
||||
|
||||
raise InvalidRemoteException
|
||||
raise InvalidRemoteException(f"{org_repo} Not foung in frappe or erpnext")
|
||||
|
||||
|
||||
def fetch_details_from_tag(_tag: str) -> Tuple[str, str, str]:
|
||||
|
Loading…
Reference in New Issue
Block a user