Skip to content

Commit 277ce8f

Browse files
author
Matt George
committed
removed path insert that was there for my dev machine
1 parent 31f3d9d commit 277ce8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyres/worker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,4 @@ def exists(cls, worker_id, resq):
236236
parser.print_help()
237237
parser.error("Please give each worker at least one queue.")
238238
queues = options.queue_list.split(',')
239-
import sys
240-
sys.path.insert(0,'/Users/mgeorge/dev/pyres/src')
241239
Worker.run(queues, options.server)

0 commit comments

Comments
 (0)