#301: Set variables within the alias

Fix #301
This commit is contained in:
Pablo Santiago Blum de Aguiar
2016-03-09 21:58:18 -03:00
parent d92765d5df
commit bb5f6bb705
6 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -282,5 +282,5 @@ class CorrectedCommand(object):
compatibility_call(self.side_effect, old_cmd, self.script)
# This depends on correct setting of PYTHONIOENCODING by the alias:
logs.debug(u'PYTHONIOENCODING: {}'.format(
os.environ.get('PYTHONIOENCODING', '>-not-set-<')))
os.environ.get('PYTHONIOENCODING', '!!not-set!!')))
print(self.script)