← Back to team overview

sikuli-driver team mailing list archive

[Bug 1252196] Re: [1.0.1] exception when save the file caused by inconstant indents

 

** Changed in: sikuli
    Milestone: 2.0.0 => 2.1.0

** Changed in: sikuli
   Importance: High => Medium

** Summary changed:

- [1.0.1] exception when save the file caused by inconstant indents
+ [check] exception when save the file caused by inconstant indents

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1252196

Title:
  [check] exception when save the file caused by inconstant indents

Status in Sikuli:
  In Progress

Bug description:
  OS: Win 7 64Bit
  Sikuli version: 1.0.0

  The follow program:

  #begin
  if exists("lock.png") :
          click("onkey.png")
          wait(5)
          test.unlock()

   else:
      test.unlock()
  #end

  when save this file,  it will pop up many log info in log panel.
  By above issue cause by the python program grammar.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1252196/+subscriptions


References