Skip to content

Commit

Permalink
#40 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Aug 4, 2015
1 parent 337ec04 commit 4bae1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_q/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Conf(object):

# OSX doesn't implement qsize because of missing sem_getvalue()
try:
QSIZE = Queue().qsize == 0
QSIZE = Queue().qsize() == 0
except NotImplementedError:
QSIZE = False

Expand Down

0 comments on commit 4bae1fc

Please sign in to comment.