Skip to content

Commit f9ef41e

Browse files
authored
Merge pull request #807 from ratt-ru/issue-805-follow-up
re-add StimelCabRuntimeError for backwards comp
2 parents 2f9ee91 + 8ce8e99 commit f9ef41e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

stimela/utils/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
import codecs
77

88
from .xrun_poll import xrun
9+
import stimela.exceptions
910

10-
11+
# for backwards compatibility
12+
StimelaCabRuntimeError = stimela.exceptions.StimelaCabRuntimeError
1113
CPUS = 1
1214

13-
1415
def assign(key, value):
1516
frame = inspect.currentframe().f_back
1617
frame.f_globals[key] = value

0 commit comments

Comments
 (0)