Beispiel #1
0
 def check_dataset_existence(self):
     try:
         IOCCheck()
     except ioc_exceptions.PoolNotActivated as e:
         raise CallError(e, errno=errno.ENOENT)
Beispiel #2
0
 def check_dataset_existence(self):
     IOCCheck()