Skip to content

Commit 357d2fd

Browse files
author
Junlue Zhao
committed
PythonCodeClass bug
1 parent 5777470 commit 357d2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/DatasetConnector.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ DatasetConnector <- R6::R6Class( #nolint
600600
},
601601
get_staged_mutate_code_class = function() {
602602
res <- CodeClass$new()
603-
if (inherits(private$mutate_code, "PythonCodeClass")) {
603+
if (inherits(private$staged_mutate_code, "PythonCodeClass")) {
604604
res <- PythonCodeClass$new()
605605
}
606606

0 commit comments

Comments
 (0)