Merge "Log the original exception in is_sync"
This commit is contained in:
commit
772043881d
@ -332,6 +332,7 @@ class PythonAction(Action):
|
||||
|
||||
return a.is_sync()
|
||||
except BaseException as e:
|
||||
LOG.exception(e)
|
||||
raise exc.InputException(str(e))
|
||||
|
||||
def validate_input(self, input_dict):
|
||||
|
Loading…
Reference in New Issue
Block a user