Skip to content

Commit

Permalink
Fix Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisleon committed Nov 18, 2019
1 parent 0a7c6aa commit 468294e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimus/dataframe/rows.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def sort(col_sort):
RaiseIt.value_error(sort_func, ["asc", "desc"])

func.append(sort_func(col_name))
df = df.preserve_meta(self, Actions.SORT_ROW, col_name)
df = df.preserve_meta(self, Actions.SORT_ROW.value, col_name)

df = df.sort(*func)
return df
Expand Down

0 comments on commit 468294e

Please sign in to comment.