just print
This commit is contained in:
parent
0a36713487
commit
6824e11d08
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ class Client(object):
|
||||||
profile = self.profile(info)
|
profile = self.profile(info)
|
||||||
cmd = encode_cmd(p, self.media_cache(), profile, info)
|
cmd = encode_cmd(p, self.media_cache(), profile, info)
|
||||||
cmd = [' ' in c and u'"%s"' % c or c for c in cmd]
|
cmd = [' ' in c and u'"%s"' % c or c for c in cmd]
|
||||||
print(u' '.join(cmd)).encode('utf-8')
|
print(u' '.join(cmd))
|
||||||
|
|
||||||
def save_config(self):
|
def save_config(self):
|
||||||
if not self._configfile:
|
if not self._configfile:
|
||||||
|
|
Loading…
Reference in a new issue