Skip to content

Commit 4e5e8c0

Browse files
authored
Merge pull request #112 from HydrologicEngineeringCenter/ktarbet-patch-1
Fix data saving method in Readme.md
2 parents 2f860e0 + 40eb91d commit 4e5e8c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ with HecDss(file_path) as dss:
5454
print(data)
5555
data.values = data.values * 2
5656
# Save changes to DSS file
57-
dss.put(data_path)
57+
dss.put(data)
5858
```
5959

6060
### Irregular TimeSeries Data

0 commit comments

Comments
 (0)