Actions
Bug #16885
closedRudder-synchronize use raw_input which does not exist in python2
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
We should instead use something like:
try:
input = raw_input
except NameError:
pass
Updated by Félix DALLIDET over 4 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET over 4 years ago
- Assignee changed from Félix DALLIDET to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-tools/pull/582
Updated by Félix DALLIDET over 4 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder-tools|d086bc49c060e97d96f19efcf54eb4e954bc513d.
Updated by Vincent MEMBRÉ 6 months ago
- Status changed from Pending release to Released
Actions