Skip to content

Commit

Permalink
TestU01: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed May 30, 2024
1 parent 0235263 commit 38ab492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto_condor/primitives/TestU01.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def install_testu01():
# what's going on in case of an error.
capture_output = not os.environ.get("GITHUB_ACTIONS", False)
try:
result = subprocess.run(
_ = subprocess.run(
[str(make)],
cwd=t_dir,
capture_output=capture_output,
Expand Down

0 comments on commit 38ab492

Please sign in to comment.