remove duplicate code from shell.py
This commit is contained in:
parent
4172639d48
commit
d3831bef8c
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ def get_config(is_local):
|
|||
else:
|
||||
config = {}
|
||||
|
||||
optlist, args = getopt.getopt(sys.argv[1:], shortopts, longopts)
|
||||
v_count = 0
|
||||
for key, value in optlist:
|
||||
if key == '-p':
|
||||
|
|
Loading…
Reference in a new issue