Refined debug output

This commit is contained in:
Anton Hvornum 2020-12-06 17:03:41 +01:00
parent df71d22498
commit 271ca853d4
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Script():
if os.path.isfile(self.profile):
return self.profile
raise ProfileNotFound(f"File {self.profile} does not exist in {examples}")
raise ProfileNotFound(f"File {self.profile} does not exist in {storage['PROFILE_PATH']}")
elif parsed_url.scheme in ('https', 'http'):
return self.localize_path(self.profile)
else: