Update all CI config
This commit is contained in:
@@ -6,3 +6,7 @@ class Archive(Exception):
|
||||
class ArchiveFolderSourceNotFound(Archive):
|
||||
def __str__(self):
|
||||
return f'Can\'t find the folder source "{self.source}".'
|
||||
|
||||
|
||||
class ContainerErrorTest(Exception):
|
||||
""" Failed to generate the test """
|
||||
|
||||
Reference in New Issue
Block a user