From a075c2bd418c19628352ead6ed0d041adae47c8b Mon Sep 17 00:00:00 2001 From: viseshrp Date: Fri, 6 Dec 2024 10:37:46 -0500 Subject: [PATCH] fix error message --- src/ansys/dynamicreporting/core/serverless/adr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/dynamicreporting/core/serverless/adr.py b/src/ansys/dynamicreporting/core/serverless/adr.py index c676dcc5..fcf19532 100644 --- a/src/ansys/dynamicreporting/core/serverless/adr.py +++ b/src/ansys/dynamicreporting/core/serverless/adr.py @@ -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