mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
Fix syntax error in Qubes connection plugin.
This commit is contained in:
parent
08b33d1f7d
commit
812af5553d
@ -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__':
|
||||
|
Loading…
x
Reference in New Issue
Block a user