Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasay committed Jul 31, 2024
1 parent 864bde6 commit 706ad88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwiqc/browser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ def check_container_path(container_dir):
try:
chromium_sif = os.path.join(home_dir, '.config/dwiqc/containers/chromium.sif')
except FileNotFoundError:
logger.error(f'No --container-dir argument was supplied and unable to find chromium sif at default location: {os.path.join(home_dir, '.config/dwiqc/containers}')
logger.error(f"No --container-dir argument was supplied and unable to find chromium sif at default location: {os.path.join(home_dir, '.config/dwiqc/containers}')}")
sys.exit(1)

0 comments on commit 706ad88

Please sign in to comment.