Skip to content
Merged
Prev Previous commit
Next Next commit
Update Lib/compileall.py
  • Loading branch information
vstinner authored May 14, 2020
commit 45259b27f6bf66d7f31095cc10e0453090a3b52d
2 changes: 1 addition & 1 deletion Lib/compileall.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0,

if hardlink_dupes:
raise ValueError("Hardlinking of duplicated bytecode makes sense "
"only for more than one optimization level.")
"only for more than one optimization level")

if rx is not None:
mo = rx.search(fullname)
Expand Down