2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 21:19:00 +00:00

fix: reverted erroneous commits

This commit is contained in:
Aradhya 2022-03-27 17:21:27 +05:30
parent 4252b1100e
commit ff98aaf198

View File

@ -70,11 +70,6 @@ class AppMeta:
self.setup_details() self.setup_details()
def setup_details(self): def setup_details(self):
if not urlparse(self.name).netloc and not os.path.exists(
os.path.realpath(self.name)
):
click.secho(f"{self.name} does not exist!", fg="yellow")
return
# fetch meta from installed apps # fetch meta from installed apps
if ( if (
not self.to_clone not self.to_clone