mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 13:36:43 +01:00
syntax fix
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
04a2a6e367
commit
8af40226af
1 changed files with 2 additions and 2 deletions
|
@ -1392,8 +1392,8 @@ class Ponysay():
|
|||
os.makedirs(kmsponydir)
|
||||
if shared:
|
||||
Popen('chmod -R 6777 -- ' + _cachedir, shell=True).wait()
|
||||
ponytoolcmd = 'ponytoolcmd --import ponysay --file %s --export ponysay --file %s --platform linux ' +
|
||||
'--balloon n --colourful y --fullcolour y --left - --right - --top - --bottom - --palette %s'
|
||||
ponytoolcmd = 'ponytoolcmd --import ponysay --file %s --export ponysay --file %s --platform linux ' + _
|
||||
'--balloon n --colourful y --fullcolour y --left - --right - --top - --bottom - --palette %s'
|
||||
if not os.system(ponytoolcmd % (_pony, _kmspony, palette)) == 0:
|
||||
sys.stderr.write('Unable to run ponytool successfully, you need util-say>=3 for KMS support\n')
|
||||
exit(1)
|
||||
|
|
Loading…
Reference in a new issue