Пример #1
0
 def _check_format(file, kind):
     try:
         autodetect(file)
     except ValueError:
         raise GlasgowAppletError("cannot determine %s file format" % kind)
Пример #2
0
 def _check_format(file, kind):
     try:
         autodetect(file)
     except ValueError:
         raise ProgramAVRError("cannot determine %s file format" % kind)