Skip to content

Commit cff7926

Browse files
Fix for statistics/summary
1 parent 29066a4 commit cff7926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/i3s/src/lib/parsers/parse-slpk/slpk-archieve.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const PATH_DESCRIPTIONS: {test: RegExp; extensions: string[]}[] = [
3434
extensions: ['.bin.gz']
3535
},
3636
{
37-
test: /statistics\/f_\d+\/\d+$/,
37+
test: /statistics\/(f_\d+\/\d+|summary)$/,
3838
extensions: ['.json.gz']
3939
},
4040
{

0 commit comments

Comments
 (0)