Skip to content

Commit d66db91

Browse files
authored
Merge pull request #406 from pyiron/hidden
Remove hidden function
2 parents 518a84c + d769bc0 commit d66db91

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

executorlib/shared/executor.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -508,19 +508,6 @@ def _get_backend_path(
508508
return command_lst
509509

510510

511-
def _get_command_path(executable: str) -> str:
512-
"""
513-
Get path of the backend executable script
514-
515-
Args:
516-
executable (str): Name of the backend executable script, either interactive_parallel.py or interactive_serial.py
517-
518-
Returns:
519-
str: absolute path to the executable script
520-
"""
521-
return os.path.abspath(os.path.join(__file__, "..", "..", "backend", executable))
522-
523-
524511
def _wait_for_free_slots(
525512
active_task_dict: dict, cores_requested: int, max_cores: int
526513
) -> dict:

0 commit comments

Comments
 (0)