mirror of
https://github.com/xcat2/confluent.git
synced 2024-12-23 19:52:10 +00:00
Fix erroneous parameter parsing
The change to add the selective nodefirmware queries incorrectly mangled update.
This commit is contained in:
parent
d7b3859460
commit
22d79598b3
@ -75,7 +75,7 @@ upfile = None
|
||||
try:
|
||||
noderange = args[0]
|
||||
if len(args) > 1:
|
||||
if args[1] == ['update']:
|
||||
if args[1] == 'update':
|
||||
upfile = args[2]
|
||||
else:
|
||||
components = []
|
||||
|
Loading…
Reference in New Issue
Block a user