Skip to content

Commit

Permalink
Merge pull request #49 from AgPipeline/develop
Browse files Browse the repository at this point in the history
Merging pylint message fixes to main branch - no review
  • Loading branch information
Chris-Schnaufer authored Jul 8, 2021
2 parents ed0c55f + 0e04e7e commit 24c0030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_merge_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_parameters():
# Check specifying files as the parameters
filename = 'empty.txt'
try:
# pylint: disable=consider-using-with
open(filename, 'w').close()
except OSError as exc:
if exc.errno != errno.EEXIST:
Expand Down

0 comments on commit 24c0030

Please sign in to comment.