-
Notifications
You must be signed in to change notification settings - Fork 9
Labels
bugSomething isn't workingSomething isn't working
Description
Attempting to run cwms-python (through cwms-cli) I get the following error
File "/wm/office/user/.local/lib/python3.9/site-packages/cwms/init.py", line 25, in
from cwms.timeseries.timeseries import *
File "/wm/office/user/.local/lib/python3.9/site-packages/cwms/timeseries/timeseries.py", line 151, in
unit: str | None,
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
If I manually go in and remove all instances of | this resolves the issue.
Looks like | is a 3.10 functionality.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working