mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
fix: reverted erroneous commits
This commit is contained in:
parent
4252b1100e
commit
ff98aaf198
@ -70,11 +70,6 @@ class AppMeta:
|
||||
self.setup_details()
|
||||
|
||||
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
|
||||
if (
|
||||
not self.to_clone
|
||||
|
Loading…
Reference in New Issue
Block a user