Skip to content

Commit

Permalink
Add temp ignores due to Unicode errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Jul 27, 2020
1 parent d8121ce commit b0b85e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
# Queues to not load in getQueues()
queuesToIgnore = ["archives", "drafts", "inbox"]

# B/c of unicode errors to be dealt with later.
# See coral104
queuesToIgnore.append("coral")
# See potr4
queuesToIgnore.append("potr")



#------------------------------------------------------------------------------#
# Classes
Expand Down

0 comments on commit b0b85e6

Please sign in to comment.