2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 00:37:51 +00:00

refactor: added message while raising invalidremote exception

This commit is contained in:
Aradhya 2022-04-02 15:05:24 +05:30
parent 3ac19ca4c6
commit 339875b2b1

View File

@ -434,7 +434,7 @@ def find_org(org_repo):
if res.ok: if res.ok:
return org, org_repo 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]: def fetch_details_from_tag(_tag: str) -> Tuple[str, str, str]: