Fix failing test due to config init change
This commit is contained in:
@@ -109,7 +109,7 @@ class Config:
|
||||
|
||||
self._appPath = Path(__file__).parent.absolute()
|
||||
self._appRoot = self._appPath.parent
|
||||
if getattr(sys, "frozen", False):
|
||||
if getattr(sys, "frozen", False): # pragma: no cover
|
||||
# novelWriter is packaged as an exe
|
||||
self._appPath = Path(__file__).parent.parent.absolute()
|
||||
self._appRoot = self._appPath
|
||||
|
||||
Reference in New Issue
Block a user