Skip to content

Commit bf6313f

Browse files
committed
fix parsing
1 parent 60922b8 commit bf6313f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ def main(args: Namespace | None = None) -> ArgumentParser:
855855
outfile = parsed_args.outfile
856856

857857
if len(unknown_args) > 0:
858-
if args.module:
858+
if parsed_args.module:
859859
import runpy
860860

861861
code = "run_module(modname, run_name='__main__')"

0 commit comments

Comments
 (0)