Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #128 from tango-controls/issue-127
Browse files Browse the repository at this point in the history
Set default worker in server.py (fix issue #127)
  • Loading branch information
grm84 authored Jun 13, 2017
2 parents 8cd0e86 + 14610a7 commit d30e273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tango/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# Worker access

_WORKER = None
_WORKER = get_executor()


def set_worker(worker):
Expand Down

0 comments on commit d30e273

Please sign in to comment.