qiime2 / q2-demux

BSD 3-Clause "New" or "Revised" License
0 stars 20 forks source link

BUG: change file opening for ECfmt validation #137

Closed Keegan-Evans closed 2 years ago

Keegan-Evans commented 2 years ago

from bare file = open(fp) to with open(fp) as fh: