We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b56376 commit ca88ab7Copy full SHA for ca88ab7
1 file changed
cli4/cli4.py
@@ -228,6 +228,8 @@ def cli4(args):
228
exit('cli4: /%s/%s - not found' % ('/'.join(cmd), element))
229
230
results = []
231
+ if identifier2 is None:
232
+ identifier2 = [None]
233
for i2 in identifier2:
234
try:
235
if method is 'GET':
0 commit comments