Skip to content

Commit

Permalink
Fix iquest query typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Nov 4, 2024
1 parent fa063cd commit dad2ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npg_irods/ont.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def find_run_collections(
"select COLL_NAME where "
f"META_COLL_ATTR_NAME = '{Instrument.EXPERIMENT_NAME}' and "
f"META_COLL_ATTR_NAME = '{Instrument.INSTRUMENT_SLOT}' and "
f"COLL_CREATE_TIME >= '{int(since.timestamp()) :>011}' amd "
f"COLL_CREATE_TIME >= '{int(since.timestamp()) :>011}' and "
f"COLL_CREATE_TIME <= '{int(until.timestamp()) :>011}'"
)

Expand Down

0 comments on commit dad2ec0

Please sign in to comment.