Skip to content

Commit

Permalink
Fix for statistics/summary
Browse files Browse the repository at this point in the history
  • Loading branch information
dariaterekhova-actionengine committed Nov 1, 2024
1 parent 3ab47cd commit bd67803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/i3s/src/lib/parsers/parse-slpk/slpk-archieve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const PATH_DESCRIPTIONS: {test: RegExp; extensions: string[]}[] = [
extensions: ['.bin.gz']
},
{
test: /statistics\/f_\d+\/\d+$/,
test: /statistics\/(f_\d+\/\d+|summary)$/,
extensions: ['.json.gz']
},
{
Expand Down

0 comments on commit bd67803

Please sign in to comment.