Skip to content

Commit b14a267

Browse files
committed
Always define cfg_list
1 parent a2d7634 commit b14a267

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyt/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def main(command_line_args=sys.argv[1:]): # noqa: C901
8181
directory = os.path.normpath(args.project_root)
8282
project_modules = get_modules(directory, prepend_module_root=args.prepend_module_root)
8383

84+
cfg_list = list()
8485
for path in sorted(files):
8586
if not args.ignore_nosec:
8687
nosec_lines[path] = retrieve_nosec_lines(path)

0 commit comments

Comments
 (0)