ZedThree / fort_depend.py

A python script to generate dependencies for Fortran projects
MIT License
41 stars 21 forks source link

Update units.py, decode file ignore not utf8 errros #24

Closed atomsos closed 1 year ago

archermarx commented 1 year ago

This is also affecting me. Adding the encoding="utf-8" flag to the open call in smart_open fixes it.