Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit ca88ab7

Browse files
committed
Fixed issues with lack of second instance arg
1 parent 5b56376 commit ca88ab7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli4/cli4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ def cli4(args):
228228
exit('cli4: /%s/%s - not found' % ('/'.join(cmd), element))
229229

230230
results = []
231+
if identifier2 is None:
232+
identifier2 = [None]
231233
for i2 in identifier2:
232234
try:
233235
if method is 'GET':

0 commit comments

Comments
 (0)