Skip to content

Commit

Permalink
Merge pull request #51 from AgPipeline/develop
Browse files Browse the repository at this point in the history
Merging suppression of new pylint message -no review
  • Loading branch information
Chris-Schnaufer authored Apr 26, 2021
2 parents 091ba9e + 234e09a commit 2ab5fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canopycover.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def perform_process(self, environment: Environment, check_md: CheckMD, transform
(_, localtime) = get_time_stamps(check_md.timestamp, environment.args)

save_csv_filename = os.path.join(check_md.working_folder, "canopycover.csv")
# pylint: disable=consider-using-with
save_file = open(save_csv_filename, 'w')

(fields, traits) = get_traits_table()
Expand Down

0 comments on commit 2ab5fc2

Please sign in to comment.