Skip to content

Commit f5ba166

Browse files
committed
..
1 parent dc95b65 commit f5ba166

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

R/data.table.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,8 +1526,7 @@ replace_dot_alias = function(e) {
15261526
}
15271527
assigned_to_columns = intersect(get_lhs_vars(jsub), sdvars)
15281528
if (length(assigned_to_columns)) {
1529-
warningf("Local assignment to column(s) %s detected in 'j' while also using .SD. .SD is a static snapshot and will not reflect these modifications. To return updated columns, use .() or list() instead of .SD.",
1530-
brackify(assigned_to_columns))
1529+
warningf("Local assignment to column(s) %s detected in 'j' while also using .SD. .SD is a static snapshot and will not reflect these modifications. To return updated columns, use .() or list() instead of .SD.", brackify(assigned_to_columns))
15311530
}
15321531
}
15331532

0 commit comments

Comments
 (0)