Skip to content

Commit cc71854

Browse files
author
Vasileios Karakasis
committed
Fix unit tests
1 parent e345d88 commit cc71854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/core/schedulers/pbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import reframe.utility.osext as osext
2121
from reframe.core.backends import register_scheduler
2222
from reframe.core.config import settings
23-
from reframe.core.exceptions import JobSchedulerError
23+
from reframe.core.exceptions import (JobError, JobSchedulerError)
2424
from reframe.utility import seconds_to_hms
2525

2626

0 commit comments

Comments
 (0)