Bug 353726 - executing pykig scripts results in an error
Summary: executing pykig scripts results in an error
Status: RESOLVED FIXED
Alias: None
Product: kig
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: David E. Narvaez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-09 16:59 UTC by Maurizio Paolini
Modified: 2015-10-11 22:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 15.08.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Paolini 2015-10-09 16:59:53 UTC
when executing a pykig script, e.g.:

$ pykig.py tree.kpy   [this file is part of the kig git repository]
you get the following error:

    Unknown option 'nofork'

clearly now kig by default does not fork into the background and
the --nofork option is now invalid.  The
pykig.py python script should be modified to reflect this.
Comment 1 David E. Narvaez 2015-10-11 22:58:24 UTC
Git commit 8835cbe4ed5f1f22fbb14fb1a627e2d00ce64089 by David E. Narvaez.
Committed on 11/10/2015 at 22:49.
Pushed by narvaez into branch 'Applications/15.08'.

Remove the nofork Argument in Kig Call
FIXED-IN: 15.08.3

M  +1    -1    pykig/pykig.py

http://commits.kde.org/kig/8835cbe4ed5f1f22fbb14fb1a627e2d00ce64089