We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14777f3 commit 4cb3751Copy full SHA for 4cb3751
pyemc/runner.py
@@ -1,7 +1,7 @@
1
import os
2
+import platform
3
import subprocess
4
import sys
-import platform
5
6
7
def _get_exec() -> None:
@@ -54,8 +54,7 @@ def setup(esh_file: str, *args):
54
Returns:
55
None
56
'''
57
- emc_setup_file = os.path.join(_get_path(), 'emc', 'scripts',
58
- 'emc.pl')
+ emc_setup_file = os.path.join(_get_path(), 'emc', 'scripts', 'emc.pl')
59
60
command = ['perl', str(emc_setup_file), esh_file]
61
for arg in args:
0 commit comments