Fix syntax error in Qubes connection plugin.

This commit is contained in:
Manuel Amador (Rudd-O) 2022-04-01 01:12:19 +00:00
parent 08b33d1f7d
commit 812af5553d

View File

@ -183,7 +183,8 @@ def fetch(in_path, bufsize):
break
sys.stdout.write(data)
sys.stdout.flush()
f.close()
finally:
f.close()
if __name__ == '__main__':