Menu

Bug in debug (script) output

Mark
2014-10-17
2014-10-18
  • Mark

    Mark - 2014-10-17

    While trying to debug a problem I was having with suboperations, I found that:

    IMOperation.delete(-1)

    produces the following text in the debug script:

    -delete-1

    which causes a syntax error when the script is run (needs a space between the command and value).

    Note that the ConvertCmd.run() executes without error, it is only the script written with createScript() that has the flaw.

     
  • Bernhard Bablok

    Bernhard Bablok - 2014-10-18

    Hi Mark,

    thanks for providing the bug-report, I will see what I can do.

    Bernhard

     

Log in to post a comment.