mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Lots more python cleanup
This commit is contained in:
parent
0e3030dc23
commit
21e35c9068
20 changed files with 82 additions and 82 deletions
|
@ -230,7 +230,7 @@ def main(args):
|
|||
atoms = 0
|
||||
totalops = 0
|
||||
|
||||
with open(extfile, "r", encoding="utf-8") as f:
|
||||
with open(extfile) as f:
|
||||
for ln in f:
|
||||
ln = ln.strip()
|
||||
lninfo = ln.split()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue