Menu

#60 support spaces in service names

Trunk
open
gtkdvbctrl (1)
5
2010-01-29
2010-01-29
A Mennucc
No

hi, this simple patch supports spaces in service names

--- gtkdvbctrl/trunk/src/dvbstreamer.py (revisione 704)
+++ gtkdvbctrl/trunk/src/dvbstreamer.py (copia locale)
@@ -44,7 +44,7 @@
"""
Select the primary service.
"""
- (errcode, errmsg, msg) = self.execute_command('select ' + service, True)
+ (errcode, errmsg, msg) = self.execute_command('select "' + service + '"', True)
if errcode != 0:
raise DVBStreamerError(errcode, errmsg)

Discussion


Log in to post a comment.

Monday.com Logo