Skip to content

Commit

Permalink
fix this code
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Nov 27, 2020
1 parent f002d47 commit 7ddf9ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions superset/datasets/commands/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ def run(self) -> Model:
if self._model:
try:
dataset = DatasetDAO.update(
self._model,
self._properties,
model=self._model,
properties=self._properties,
commit=True,
override_columns=self.override_columns,
)
return dataset
Expand Down

0 comments on commit 7ddf9ea

Please sign in to comment.