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

Also available in: Atom PDF