Skip to content

Commit

Permalink
RangeScan
Browse files Browse the repository at this point in the history
  • Loading branch information
Aijuh committed Jan 3, 2024
1 parent 620de81 commit 5c1f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iquip/apps/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,4 +856,4 @@ def get_sequence(self):
random.Random(self.state["RangeScan"]["seed"]).shuffle(sequence)
else:
logger.warning("unknown scannable type: %s", self.state["selected"] )
return sequence
return sequence

0 comments on commit 5c1f579

Please sign in to comment.