Skip to content

Commit e6d42ca

Browse files
mjrussoMatt George
authored andcommitted
fix typo
1 parent feaaa7a commit e6d42ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyres/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def job(self):
217217
def processing(self):
218218
return self.job()
219219

220-
def state(self):.
220+
def state(self):
221221
return 'working' if self.resq.redis.exists('resque:worker:%s' % self) else 'idle'
222222

223223
def worker_pids(self):

0 commit comments

Comments
 (0)