Skip to content

Commit

Permalink
Update fs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored Feb 8, 2023
1 parent 0c154b4 commit 1513ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/utils/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def exists_dir(self, path):
return False
return True

self.badges.print_error(f"Local directory: {directory}: does not exist!")
self.badges.print_error(f"Local directory: {path}: does not exist!")
return False

def exists_file(self, path):
Expand Down

0 comments on commit 1513ed3

Please sign in to comment.