mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix #4101
This commit is contained in:
parent
95d3e3ed65
commit
526008e129
@ -98,5 +98,8 @@ def salt_main():
|
||||
'''
|
||||
if '' in sys.path:
|
||||
sys.path.remove('')
|
||||
try:
|
||||
client = salt.cli.SaltCMD()
|
||||
client.run()
|
||||
except KeyboardInterrupt:
|
||||
raise SystemExit('\nExiting gracefully on Ctrl-c')
|
||||
|
Loading…
Reference in New Issue
Block a user