mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adding variable definition for issue #28678
This commit is contained in:
parent
61ba00b1c3
commit
4e0870e636
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def start():
|
|||
'''
|
||||
try:
|
||||
from . import saltnado
|
||||
except ImportError:
|
||||
except ImportError as err:
|
||||
logger.error('ImportError! {0}'.format(str(err)))
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue