Skip to content

Commit

Permalink
Fixes xz geo output param (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder authored Aug 21, 2024
1 parent 60644ec commit 08aa984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varats/varats/projects/c_projects/xz.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Xz(VProject):
# Use output_param to ensure input file
# gets appended after all arguments.
output_param=["{output}"],
output=SourceRoot("geo-maps/countries-land-250m.geo.json"),
output=SourceRoot("geo-maps/countries-land-1km.geo.json"),
label="countries-land-1km",
creates=["geo-maps/countries-land-1km.geo.json.xz"]
)
Expand Down

0 comments on commit 08aa984

Please sign in to comment.