compatibility with Python 3.6
This commit is contained in:
parent
22aed04640
commit
91d33cc8c0
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ BACKENDS = {
|
|||
def zenity_pulsate(args):
|
||||
proc = subprocess.Popen(
|
||||
["zenity", "--auto-close", "--progress", "--pulsate", *args],
|
||||
text=True,
|
||||
universal_newlines=True,
|
||||
stdin=subprocess.PIPE)
|
||||
try:
|
||||
yield proc.stdin
|
||||
|
|
Loading…
Reference in a new issue