Compare commits
No commits in common. "d6ab8a1f34a46d15d9d56c570a93b59b4112868a" and "73ce794fec1882591bee23a9d4131767d6786cc4" have entirely different histories.
d6ab8a1f34
...
73ce794fec
masque
@ -48,5 +48,5 @@ from .utils import ports2data, oneshot
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
__version__ = '3.0'
|
||||
__version__ = '2.7'
|
||||
version = __version__ # legacy
|
||||
|
@ -1082,7 +1082,7 @@ class LazyLibrary(ILibrary):
|
||||
raise LibraryError(
|
||||
f'Detected multiple simultaneous lookups of "{key}".\n'
|
||||
'This may be caused by an invalid (cyclical) reference, or buggy code.\n'
|
||||
'If you are lazy-loading a file, try a non-lazy load and check for reference cycles.' # TODO give advice on finding cycles
|
||||
'If you are lazy-loading a file, try a non-lazy load and check for refernce cycles.' # TODO give advice on finding cycles
|
||||
)
|
||||
|
||||
self._lookups_in_progress.add(key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user