Skip to content

Commit

Permalink
Invalid path bug fix (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashko committed Feb 27, 2024
1 parent 6c7e7f4 commit 752557e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelscan/modelscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _scan_path(
logger.error(f"Error: path {path} is not valid")
self._errors.append(
ModelScanError(
"ModelScan", ErrorCategories.PATH, "Path is not valid", str(Path)
"ModelScan", ErrorCategories.PATH, "Path is not valid", str(path)
)
)

Expand Down

0 comments on commit 752557e

Please sign in to comment.