Skip to content

Commit

Permalink
Fixed issues with lack of second instance arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed May 18, 2016
1 parent 5b56376 commit ca88ab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli4/cli4.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ def cli4(args):
exit('cli4: /%s/%s - not found' % ('/'.join(cmd), element))

results = []
if identifier2 is None:
identifier2 = [None]
for i2 in identifier2:
try:
if method is 'GET':
Expand Down

0 comments on commit ca88ab7

Please sign in to comment.