inkscape plugin not working (sys.argv[12] wrong)
Bug #627372 reported by
Bernd Feige
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Low
|
Unassigned | ||
Scour |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I attach a patch for scour.inkscape.py which changes the way the file name argument is retrieved from sys.argv[12] (which doesn't work) to self.args[0] (which does and doesn't depend on possible additional options added in the future).
Best regards,
Bernd
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I assume that you've written the patch and posted it here only after Inkscape's Scour worked again.
This patch has been applied to the trunk, revision 193. Enjoy, and thanks!