Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Neaten indents of fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
harro committed Nov 27, 2019
1 parent b83acab commit 1aae725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcli/tcli_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ def _FormatResponse(self, response_uid_list, pipe=''):
# These are not supported by Clitable attribute matching
# and we silently drop them here.
if (not getattr(device, attr) or
isinstance(getattr(device, attr), list)):
isinstance(getattr(device, attr), list)):
continue

# The filter index uses capitilised first letter for column names.
Expand Down

0 comments on commit 1aae725

Please sign in to comment.