mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Restore python3 fixups
This commit is contained in:
@@ -236,7 +236,7 @@ class Connection(ConnectionBase):
|
||||
continue
|
||||
try:
|
||||
host_fh = open(hf)
|
||||
except IOError, e:
|
||||
except IOError as e:
|
||||
hfiles_not_found += 1
|
||||
continue
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user