Skip to content

Commit

Permalink
#34: Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Sep 10, 2019
1 parent 8b81ea4 commit 5511c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/database_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def __init__(self, instrument_id):
.join(INVESTIGATIONINSTRUMENT.INVESTIGATION) \
.filter(INSTRUMENT.ID == instrument_id) \
.filter(INVESTIGATION.STARTDATE >= FACILITYCYCLE.STARTDATE) \
.filter(INVESTIGATION.STARTDATE <= FACILITYCYCLE.ENDDATE)
.filter(INVESTIGATION.STARTDATE <= FACILITYCYCLE.ENDDATE)


def get_facility_cycles_for_instrument(instrument_id, filters):
Expand Down

0 comments on commit 5511c5c

Please sign in to comment.