Skip to content

Commit 364ac7e

Browse files
committed
Lint error for unsued var err
Signed-off-by: ddimatos <[email protected]>
1 parent b9ea1da commit 364ac7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/module_utils/encode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def uss_file_tag(self, file_path):
476476
# The second item from the split should be the tag.
477477
ls_parts = stdout.split()
478478
return ls_parts[1]
479-
except Exception as err:
479+
except Exception:
480480
return None
481481

482482

0 commit comments

Comments
 (0)