diff options
| author | Brianna Rainey | 2026-01-29 16:30:43 -0500 |
|---|---|---|
| committer | Brianna Rainey | 2026-01-29 16:30:43 -0500 |
| commit | b283aa418a1c0016a63a328fec6259dfe110cefe (patch) | |
| tree | bfdc6f4700df9ffcf16f731a505217a153186aff /tests/__init__.py | |
| parent | 71a22c6a121d1294a05ef35020c525fa70cae2fd (diff) | |
fix `settings.ini` not located in correct path
Diffstat (limited to 'tests/__init__.py')
| -rw-r--r-- | tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index df08c7c..bb35f72 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -43,7 +43,7 @@ def getTestDataPath(filename=""): def initCore(): - testDataDir = getTestDataPath() + testDataDir = getTestDataPath("config") unwanted = ["autosave.avp", "settings.ini"] for file in unwanted: filename = os.path.join(testDataDir, "autosave.avp") |
