コード例 #1
0
ファイル: spi.py プロジェクト: rvolgers/Glasgow
 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)