Skip to content

Commit ee89512

Browse files
committed
fix F821 reported by flake8
1 parent 6561a45 commit ee89512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/testgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ def _execute_utility(util, args, logfile, write_to_pipe=True):
11811181
[util] + args)))
11821182
file_out.write('\n')
11831183
file_out.write(out)
1184-
except FileNotFoundError:
1184+
except IOError:
11851185
pass
11861186

11871187
if process.returncode:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy