nolenfelten / xbmc-addons

Automatically exported from code.google.com/p/xbmc-addons
0 stars 0 forks source link

OpenCws should be OpenCwd #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I downloaded XBMC 8.1 (windows & xbox t3ch versions)
2. I downloaded OpenSubtitles script
3. When I execute the script it does not work

After changing OpenCws into OpenCws it looks like it works...

Good luck! :)

Regards,

Nika.

Original issue reported on code.google.com by nikagl@gmail.com on 20 Nov 2008 at 8:10

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Fixed in SVN, thanks guys!

Original comment by Gunnar.Norin@gmail.com on 14 Feb 2009 at 11:25

GoogleCodeExporter commented 9 years ago

Original comment by Gunnar.Norin@gmail.com on 14 Feb 2009 at 11:25

GoogleCodeExporter commented 9 years ago
Thanks Gunnar, works fine now!

Original comment by dan.dra...@gmail.com on 15 Feb 2009 at 1:07

GoogleCodeExporter commented 9 years ago

Original comment by rwparris2 on 2 Nov 2009 at 1:31