mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Fix file formatting
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import sys
|
||||
|
||||
|
||||
generated_output_rst = "flow-model-coverage-{language}.rst"
|
||||
generated_output_csv = "flow-model-coverage-{language}.csv"
|
||||
|
||||
|
||||
# The CI job checks out the codebase to a subfolder
|
||||
data_prefix = ""
|
||||
|
||||
@@ -15,7 +13,6 @@ if sys.argv[0].endswith("generate-report.py"):
|
||||
if len(sys.argv) > index:
|
||||
data_prefix = sys.argv[index] + "/"
|
||||
|
||||
|
||||
documentation_folder = data_prefix + \
|
||||
"{language}/documentation/library-coverage/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user