change hsts flag
This commit is contained in:
@@ -53,7 +53,6 @@ class WOShellExec():
|
||||
Log.debug(self, "{0}{1}".format(e.errno, e.strerror))
|
||||
raise CommandExecutionError
|
||||
|
||||
|
||||
def cmd_exec_stdout(self, command, errormsg='', log=True):
|
||||
"""Run shell command from Python"""
|
||||
try:
|
||||
@@ -80,4 +79,4 @@ class WOShellExec():
|
||||
raise CommandExecutionError
|
||||
except Exception as e:
|
||||
Log.debug(self, str(e))
|
||||
raise CommandExecutionError
|
||||
raise CommandExecutionError
|
||||
|
||||
Reference in New Issue
Block a user