Skip to content

Commit 623bfd9

Browse files
committed
Fix linting
1 parent cc65963 commit 623bfd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/netexec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def main():
174174
nxc_logger.display(f"{module} module options:\n{modules[module]['options']}")
175175
exit(0)
176176
elif args.show_module_options:
177-
nxc_logger.error(f"--options requires -M/--module")
177+
nxc_logger.error("--options requires -M/--module")
178178
exit(1)
179179
elif args.module:
180180
# Check the modules for sanity before loading the protocol

0 commit comments

Comments
 (0)