Skip to content

Commit b23119a

Browse files
authored
Fix SchedConfigError import (#867)
1 parent 4d5e1cf commit b23119a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pavilion/schedulers/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import yaml_config as yc
99
from pavilion import utils
10+
from ..errors import SchedConfigError
1011

1112

1213
MPIRUN_BIND_OPTS = ('slot', 'hwthread', 'core', 'L1cache', 'L2cache', 'L3cache',

0 commit comments

Comments
 (0)