Lots more python cleanup

This commit is contained in:
Jordan Carlin 2024-12-17 16:32:49 -08:00
parent 0e3030dc23
commit 21e35c9068
No known key found for this signature in database
20 changed files with 82 additions and 82 deletions

View file

@ -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()