from .xlate import XLATOR
-__version__ = '3.3.3'
+__version__ = '3.3.4'
LOG = logging.getLogger(__name__)
_ = XLATOR.gettext
if e.stdout:
print(self.colored("Output", 'AQUA') + ':\n' + to_str(e.stdout))
if e.stderr:
- print(self.colored("Error message", ('BOLD', 'RED') + ':\n' + to_str(e.stderr))
+ print(self.colored("Error message", ('BOLD', 'RED')) + ':\n' + to_str(e.stderr))
raise ExpectedHandlerError(str(e))
LOG.debug(_("Completed process:") + "\n" + str(result))
if e.stdout:
print(self.colored("Output", 'AQUA') + ':\n' + to_str(e.stdout))
if e.stderr:
- print(self.colored("Error message", ('BOLD', 'RED') + ':\n' + to_str(e.stderr))
+ print(self.colored("Error message", ('BOLD', 'RED')) + ':\n' + to_str(e.stderr))
raise ExpectedHandlerError(str(e))
LOG.debug(_("Completed process:") + "\n" + str(result))