mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Fix package separator in timeseries report
This commit is contained in:
@@ -165,7 +165,7 @@ try:
|
||||
framework: fr.Framework = framework
|
||||
|
||||
row = [current_sha, current_date,
|
||||
framework.name, framework.package_pattern]
|
||||
framework.name, ", ".join(sorted(framework.package_pattern.split(" ")))]
|
||||
|
||||
sources = 0
|
||||
sinks = 0
|
||||
|
||||
Reference in New Issue
Block a user