Resolved a typo in the previous commit.
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