Skip to content

Commit

Permalink
FileNotFoundError
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisgKent committed May 14, 2024
1 parent 5c86472 commit 95ae581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primal_page/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def create(

elif status == FindResult.NOT_FOUND:
if algorithmversion is None:
raise typer.BadParameter(
raise FileNotFoundError(
f"Could not find a config.json file in {schemepath}. Please specify manually with --configpath or specify algorithmversion with --algorithmversion"
)

Expand Down

0 comments on commit 95ae581

Please sign in to comment.