Skip to content

Commit

Permalink
HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
amit lissack committed Oct 25, 2021
1 parent 1437689 commit 605723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g-code-testing/g_code_parsing/g_code_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _get_loop() -> asyncio.AbstractEventLoop:
@staticmethod
def _start_emulation_app(emulator_settings: Settings) -> Process:
"""Start emulated OT-2"""
modules = [ModuleType.Thermocycler, ModuleType.Magnetic, ModuleType.Temperature]
modules = [ModuleType.Thermocycler, ModuleType.Temperature, ModuleType.Magnetic]

def runit():
asyncio.run(
Expand Down

0 comments on commit 605723d

Please sign in to comment.