Skip to content

Commit

Permalink
fix: FileNotFound bug (frappe#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 authored Nov 17, 2022
1 parent 738d623 commit 965e178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def get(self):

@step(title="Archiving App {repo}", success="App {repo} Archived")
def remove(self, no_backup: bool = False):
active_app_path = os.path.join("apps", self.name)
active_app_path = os.path.join("apps", self.repo)

if no_backup:
if not os.path.islink(active_app_path):
Expand Down

0 comments on commit 965e178

Please sign in to comment.