Skip to content

Commit

Permalink
Fix: f-string for py 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Aug 14, 2023
1 parent db58896 commit e6426db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_datasets/utils/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __get_default_path(path_name: str) -> str:

pylog.error(f"Paths values: {paths}")
raise RuntimeError(
f"Invalid default path for {path_name=}. (all default paths are None)"
f"Invalid default path for path_name={path_name}. (all default paths are None)"
)


Expand Down

0 comments on commit e6426db

Please sign in to comment.