Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
python formatting
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsochat@stanford.edu>
  • Loading branch information
vsoch committed Oct 9, 2020
1 parent 0ecdfcb commit 19ac223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/recommend-o-matic.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def generate_tsv_lookup(rows, included_only=False):
entry[key] = row[idx].strip()

# Filter to included items
if included_only and entry.get('include', "yes") == "no":
if included_only and entry.get("include", "yes") == "no":
continue
entries[entry["unique_id"]] = entry
return entries
Expand Down

0 comments on commit 19ac223

Please sign in to comment.