Skip to content

Commit 190093b

Browse files
committed
Nano bug fix
1 parent 4529a0f commit 190093b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cacts/cacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .build_type import BuildType
1414
from .parse_config import parse_project, parse_machine, parse_builds
1515
from .utils import expect, run_cmd, get_current_ref, get_current_sha, is_git_repo, \
16-
check_minimum_python_version, GoodFormatter
16+
check_minimum_python_version, GoodFormatter, get_cpu_ids_from_slurm_env_var
1717

1818
check_minimum_python_version(3, 4)
1919

0 commit comments

Comments
 (0)