예제 #1
0
파일: task.py 프로젝트: pcraster/pcraster
 def __testOutputDirectoryName(self):
   """
   FIXME
   """
   utils.testDirectoryIsWritable(self.outputDirectoryName())
예제 #2
0
파일: task.py 프로젝트: pcraster/pcraster
 def __testTempDirectoryName(self):
   """
   FIXME
   """
   utils.testDirectoryIsWritable(self.tempDirectoryName())