Skip to content

Commit

Permalink
fix(keeper.py): get_nightly_only(): 'debug' argument missing
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Jul 1, 2024
1 parent 749b8bc commit baf2f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.12
0.10.13
2 changes: 1 addition & 1 deletion keeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ def main_write_artifacts(upstream_version, minimal, # <- input ignored

res_nightly = []
if nightly:
res_nightly = get_nightly_only(spec)
res_nightly = get_nightly_only(spec, debug)
# reminder: merge_data(build_data_min, res_nightly), and likewise below

# BEGIN deprecated
Expand Down

0 comments on commit baf2f5f

Please sign in to comment.