mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update misc/scripts/stageoverlap.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8a67e4fddc
commit
9a8ab2d45b
@@ -6,7 +6,7 @@ import re
|
||||
|
||||
# read first argument
|
||||
if len(sys.argv) < 2:
|
||||
print("Usage: stagestats.py <dil>")
|
||||
print("Usage: stageoverlap.py <dil>")
|
||||
sys.exit(1)
|
||||
|
||||
dilfile = sys.argv[1]
|
||||
|
||||
Reference in New Issue
Block a user