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 d238967 commit 82fd56fCopy full SHA for 82fd56f
1 file changed
tests/unit/standalone/test_slurm_command.py
@@ -2,7 +2,7 @@
2
from executorlib.standalone.command import generate_slurm_command
3
4
try:
5
- from executorlib.standalone.scheduler import pysqa_execute_command
+ from executorlib.standalone.command_pysqa import pysqa_execute_command
6
7
skip_pysqa_test = False
8
except ImportError:
0 commit comments