Closed GoogleCodeExporter closed 9 years ago
I believe Nika means to change os.getcws() to os.getcwd() in default.py on line
26.
26c26
< ui = gui.GUI( "script-%s-%s.xml" % ( __scriptname__.replace( " ", "_"
), window,
), os.getcws(), "Default")
---
> ui = gui.GUI( "script-%s-%s.xml" % ( __scriptname__.replace( " ", "_"
), window,
), os.getcwd(), "Default")
Original comment by dan.dra...@gmail.com
on 4 Jan 2009 at 10:41
Fixed in SVN, thanks guys!
Original comment by Gunnar.Norin@gmail.com
on 14 Feb 2009 at 11:25
Original comment by Gunnar.Norin@gmail.com
on 14 Feb 2009 at 11:25
Thanks Gunnar, works fine now!
Original comment by dan.dra...@gmail.com
on 15 Feb 2009 at 1:07
Original comment by rwparris2
on 2 Nov 2009 at 1:31
Original issue reported on code.google.com by
nikagl@gmail.com
on 20 Nov 2008 at 8:10