mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-15 09:53:50 -06:00
Resolved a typo in the previous commit.
This commit is contained in:
parent
02a3919b06
commit
4d55e8abe8
@ -120,7 +120,7 @@ class ServerType(object):
|
||||
sys.modules['__main__'], '__file__', None
|
||||
)
|
||||
|
||||
if main_module_file is None:
|
||||
if main_module_file is not None:
|
||||
bin_path = bin_path.replace(
|
||||
"$DIR", os.path.dirname(main_module_file)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user