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