mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-07 17:43:34 +08:00
worker_impl: style
This commit is contained in:
parent
7dab0433be
commit
eea7cdcf89
@ -8,7 +8,8 @@ from collections import OrderedDict
|
||||
import artiq
|
||||
from artiq.protocols import pipe_ipc, pyon
|
||||
from artiq.tools import multiline_log_config, file_import
|
||||
from artiq.master.worker_db import DeviceManager, DatasetManager, get_hdf5_output
|
||||
from artiq.master.worker_db import (DeviceManager, DatasetManager,
|
||||
get_hdf5_output)
|
||||
from artiq.language.environment import is_experiment
|
||||
from artiq.language.core import set_watchdog_factory, TerminationRequested
|
||||
from artiq.coredevice.core import CompileError, host_only, _render_diagnostic
|
||||
@ -17,6 +18,7 @@ from artiq import __version__ as artiq_version
|
||||
|
||||
ipc = None
|
||||
|
||||
|
||||
def get_object():
|
||||
line = ipc.readline().decode()
|
||||
return pyon.decode(line)
|
||||
@ -167,7 +169,8 @@ def setup_diagnostics(experiment_file, repository_path):
|
||||
# putting inherently local objects (the diagnostic engine) into
|
||||
# global slots, and there isn't any point in making it prettier by
|
||||
# wrapping it in layers of indirection.
|
||||
artiq.coredevice.core._DiagnosticEngine.render_diagnostic = render_diagnostic
|
||||
artiq.coredevice.core._DiagnosticEngine.render_diagnostic = \
|
||||
render_diagnostic
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user