mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that the directory paths are as they should be under the runtime. Note that this change requires (for now) the regression tests to be run from the web/regression directory.
This commit is contained in:
@@ -360,7 +360,7 @@ if __name__ == '__main__':
|
||||
print("======================================\n")
|
||||
|
||||
local_config = os.path.join(
|
||||
os.path.dirname(os.path.dirname(__file__)),
|
||||
os.path.dirname(os.path.realpath(__file__)),
|
||||
'config_local.py'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user