Skip to content

Commit 96f191f

Browse files
linting
1 parent 928df3b commit 96f191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/data_and_insight/icaseworks_ingest_to_raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def main():
289289
]
290290

291291
for data_dict in list_of_datadictionaries:
292-
if data_dict["full_ingestion"] == False:
292+
if data_dict["full_ingestion"] is False:
293293
date_to_track_from = get_latest_timestamp(data_dict)
294294
print(f"Starting calls from {date_to_track_from}")
295295

0 commit comments

Comments
 (0)