Project

General

Profile

Actions

Bug #16885

open

Rudder-synchronize use raw_input which does not exist in python2

Added by Félix DALLIDET about 4 years ago. Updated about 4 years ago.

Status:
Pending release
Priority:
N/A
Category:
Scripts
Target version:
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

Actions #1

Updated by Félix DALLIDET about 4 years ago

  • Status changed from New to In progress
  • Assignee set to Félix DALLIDET
Actions #2

Updated by Félix DALLIDET about 4 years ago

  • Assignee changed from Félix DALLIDET to Vincent MEMBRÉ
  • Pull Request set to https://github.com/Normation/rudder-tools/pull/582
Actions #3

Updated by Félix DALLIDET about 4 years ago

  • Status changed from In progress to Pending release
Actions

Also available in: Atom PDF