Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 28, 2024
1 parent 14777f3 commit 4cb3751
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyemc/runner.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import platform
import subprocess
import sys
import platform


def _get_exec() -> None:
Expand Down Expand Up @@ -54,8 +54,7 @@ def setup(esh_file: str, *args):
Returns:
None
'''
emc_setup_file = os.path.join(_get_path(), 'emc', 'scripts',
'emc.pl')
emc_setup_file = os.path.join(_get_path(), 'emc', 'scripts', 'emc.pl')

command = ['perl', str(emc_setup_file), esh_file]
for arg in args:
Expand Down

0 comments on commit 4cb3751

Please sign in to comment.