Skip to content

Commit

Permalink
put back missing recoil (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq authored Jun 21, 2024
1 parent bc534d7 commit fd1c2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltax/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def xenonnt_salted_fuse(
log.info("Loaded instructions from file", instr_file_name)
except:
log.info(f"Instruction file {instr_file_name} not found. Generating instructions...")
instr = generator_func(runid=runid, **kwargs)
instr = generator_func(runid=runid, recoil=recoil, **kwargs)
pd.DataFrame(instr).to_csv(instr_file_name, index=False)
log.info(f"Instructions saved to {instr_file_name}")

Expand Down

0 comments on commit fd1c2f6

Please sign in to comment.