Skip to content

Commit

Permalink
something is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTConrad committed Dec 13, 2024
1 parent 092c786 commit 75d2919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modernmetric/fp.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def file_process(
print(f"Result: {result}")
return result

except Exception:
print(f"Error processing {_file}")
except Exception as e:
print(f"Error processing {e}")
tokens = []
return (res, _file, _lexer.name, tokens, store)

0 comments on commit 75d2919

Please sign in to comment.