mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-28 03:48:35 +00:00
Jarrod Johnson
e7b1791df3
Modify input in bandit-friendly way
bandit erroneously flags 'input' based on possible python2-ism. Avoid the error by using 'getinput', making that input or raw_input based on the python version.
Description
Languages
Python
80.3%
Shell
15.6%
C
3.6%
Perl
0.3%