Skip to content

Commit b2b10cd

Browse files
committed
Make pylint happy
1 parent 520a7a2 commit b2b10cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enum4linux-ng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def run(self):
560560
print_success(result.retmsg)
561561
output["nmblookup"] = result.retval
562562
else:
563-
output = process_error(nmblookup.retmsg, ["nmblookup","workgroup"], module_name, output)
563+
output = process_error(nmblookup.retmsg, ["nmblookup", "workgroup"], module_name, output)
564564

565565
return output
566566

0 commit comments

Comments
 (0)