<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 19 May 2018 at 21:02, Gregory Pittman <span dir="ltr"><<a href="mailto:gpittman@iglou.com" target="_blank">gpittman@iglou.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 05/19/2018 02:36 PM, Juraj Fedel wrote:<br>[…]<br>
> <br>
> All that said there is one error in script:<br>
> <br>
> <<<<<<<<<br>
> if scribus.haveDoc():<br>
> <br>
> else:<br>
>     scribus.messageBox('Usage Error', 'You need a Document open', scribus.ICON_WARNING, scribus.BUTTON_OK)<br>
>     sys.exit(2)<br>
> ========<br>
> if scribus.haveDoc():<br>
>     pass<br>
> else:<br>
>     scribus.messageBox('Usage Error', 'You need a Document open', scribus.ICON_WARNING, scribus.BUTTON_OK)<br>
>     sys.exit(2)<br>
>>>>>>>>><br>
> <br>
> There is missing one line with single command in it:<br>
>     pass<br>
> <br>
> add that line and script will run fine.<br>
> <br>
<br>
Thanks Juraj,<br>
<br>
I fixed the wiki article.<br>
<br>
Greg<br>
<br><br></blockquote><div><br></div><div>Thanks for the fix, the script runs without issues now. </div><div><br></div><div>Viktor</div></div></div></div>