Comment 3 for bug 1473920

Revision history for this message
tranquillo (rob-tranquillo) wrote : Re: [IDE] run my sikuli project file: “[error] IDE: A non-IOException-problem when trying to save null Error: null”

Error occurs in Version 1.1.0 until today if a indenting is more left than the encircling structure.

Example:

class Foo():
  def bar(self):
    print "john" <-- no problem
 print "doh" <--produce the error