Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/csv-201
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardSafford-NOAA authored Aug 1, 2024
2 parents 67bded6 + 101d0d7 commit 68099a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def configure_plot(self):
delvars = ['type', 'schema']
for d in delvars:
new_config.pop(d, None)
self.plotobj = update_object(self.plotobj, self.config, self.logger)
self.plotobj = update_object(self.plotobj, new_config, self.logger)

return self.plotobj

Expand Down

0 comments on commit 68099a0

Please sign in to comment.