g-sherman / Script-Runner

Run a Python script in QGIS to automate tasks
http://hub.qgis.org/projects/scriptrunner
9 stars 5 forks source link

scriptrunner.py version 0.7 #1

Closed antoniolocandro closed 6 years ago

antoniolocandro commented 11 years ago

Line 476

print "----------%s----------" % datetime.datetime.now()

this gives an error when trying to run script, it doesn't give error with the script once I edited to

print "----------%s----------" % datetime.now()

don't know if this is a bug but it works once I edit it