Skip to content

Commit

Permalink
Addressing github issue #326
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed May 1, 2018
1 parent 725b79d commit 272f047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acitoolkit/acisession.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def get_event(self, url):
:param url: URL string to get pending event
"""
self._process_event_q()
if url not in self._events:
raise ValueError
event = self._events[url].pop(0)
Expand Down

0 comments on commit 272f047

Please sign in to comment.