Skip to content

Commit

Permalink
fixing issue with different black list file names
Browse files Browse the repository at this point in the history
  • Loading branch information
george-hummus committed Mar 30, 2023
1 parent 5bb4d0e commit 24f205c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion RITA/followup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
allobs = {}

# load in the black list
blist = csv2list("black_list.csv")
blist = csv2list("blacklist.csv")

#remove any entries from the list which are in the black list
bad_idx = [] #empty list to add bad indices to
Expand Down

0 comments on commit 24f205c

Please sign in to comment.