mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix run.py for non-spawning platforms
This commit is contained in:
parent
95bfbe31a2
commit
a777b2346d
1 changed files with 1 additions and 2 deletions
3
run.py
3
run.py
|
@ -87,6 +87,5 @@ def redirect(argv):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
if sys.platform.startswith("win"):
|
||||
multiprocessing.freeze_support()
|
||||
multiprocessing.freeze_support()
|
||||
redirect(sys.argv)
|
||||
|
|
Loading…
Add table
Reference in a new issue