Skip to content

Commit bf20e49

Browse files
committed
Fix exception name
1 parent 38d0460 commit bf20e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exegol/manager/ExegolManager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def __loadOrCreateContainer(cls,
392392
else:
393393
# If there is a multi select without must_exist flag, raise an error
394394
# because multi container creation is not supported
395-
raise NotImplemented
395+
raise NotImplementedError
396396
else:
397397
assert container_tag is not None
398398
cls.__container = DockerUtils().getContainer(container_tag)

0 commit comments

Comments
 (0)