Example #1
0
 def execute(self):
     'Write button has been clicked.'
     fileNames = skeinforge_polyfile.getFileOrGcodeDirectory(
         self.fileNameInput.value, self.fileNameInput.wasCancelled,
         ['_comment'])
     for fileName in fileNames:
         getWindowAnalyzeFile(fileName)
Example #2
0
 def execute(self):
     "Write button has been clicked."
     fileNames = skeinforge_polyfile.getFileOrGcodeDirectory(
         self.fileNameInput.value, self.fileNameInput.wasCancelled, ["_comment"]
     )
     for fileName in fileNames:
         getWindowAnalyzeFile(fileName)
Example #3
0
 def execute(self):
     "Write button has been clicked."
     fileNames = skeinforge_polyfile.getFileOrGcodeDirectory(
         self.fileNameInput.value, self.fileNameInput.wasCancelled)
     for fileName in fileNames:
         analyzeFile(fileName)