Skip to content

Commit

Permalink
fix: reverted erroneous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Aradhya-Tripathi committed Mar 27, 2022
1 parent 4252b11 commit ff98aaf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bench/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ class Healthcare(AppConfig):
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
Expand Down

0 comments on commit ff98aaf

Please sign in to comment.