Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
viseshrp committed Dec 6, 2024
1 parent 8f76b76 commit a075c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dynamicreporting/core/serverless/adr.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(
if not db_files:
raise InvalidPath(
extra_detail="No sqlite3 database found in the directory. Remove the existing directory if"
"you would like to create a new database."
" you would like to create a new database."
)

os.environ["CEI_NEXUS_LOCAL_DB_DIR"] = db_directory
Expand Down

0 comments on commit a075c2b

Please sign in to comment.