Hello,

there seems to be a problem with "Creating scripts and running them from the 
toolbox": Output into a file didn't work:
the tag "output file" produces an error and the Python script doesn't load.

Is it a bug?

Jörg Höttges

test example:

##file_to_write_ascii=output file
with open(file_to_write_ascii ,'w') as fw:
    fw.write("hello\n")


Python-Error:

Traceback (most recent call last):
  File "C:/Program 
Files/QGISBR~1/apps/qgis/./python/plugins\processing\gui\ProcessingToolbox.py", 
line 214, in
executeAlgorithm
    action.execute()
  File "C:/Program 
Files/QGISBR~1/apps/qgis/./python/plugins\processing\script\AddScriptFromFileAction.py",
 line 50, in
execute
    script = ScriptAlgorithm(filename)
  File "C:/Program 
Files/QGISBR~1/apps/qgis/./python/plugins\processing\script\ScriptAlgorithm.py",
 line 75, in __init__
    self.defineCharacteristicsFromFile()
  File "C:/Program 
Files/QGISBR~1/apps/qgis/./python/plugins\processing\script\ScriptAlgorithm.py",
 line 100, in
defineCharacteristicsFromFile
    'Problem with line: %d', 'ScriptAlgorithm') % (self.descriptionFile, line))
TypeError: %d format: a number is required, not str



FH Aachen       
Prof. Dr.-Ing. Jörg Höttges
Fachbereich 2 - Bauingenieurwesen
Wasserwirtschaft und Bauinformatik
FH Aachen
University of Applied Sciences
Bayernallee 9
52066 Aachen | Germany
T +49 (0)241 6009-51176
F +49 (0)241 6009-51206
http://www.fh-aachen.de/hoettges/
[email protected] <mailto:[email protected]>

_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to