Skip to content

Commit

Permalink
Merge pull request #229 from psrenergy/cm/fix-error-message
Browse files Browse the repository at this point in the history
Minor fix for error message
  • Loading branch information
guilhermebodin authored Nov 26, 2024
2 parents ed5acf0 + 1379922 commit 00aeaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PSRDatabaseSQLite/update.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const UPDATE_METHODS_BY_CLASS_OF_ATTRIBUTE = Dict(
ScalarParameter => "update_scalar_parameter!",
ScalarRelation => "set_scalar_relation!",
VectorParameter => "update_vector_parameter!",
VectorParameter => "update_vector_parameters!",
VectorRelation => "set_vector_relation!",
TimeSeries => "update_time_series_row!",
TimeSeriesFile => "set_time_series_file!",
Expand Down

0 comments on commit 00aeaa3

Please sign in to comment.