Skip to content

Commit

Permalink
update deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Oct 10, 2023
1 parent d1489f5 commit a192e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ preprocessInputsDeprecationWarningPrinted = false
def preprocessInputsDeprecationWarning() {
if (!preprocessInputsDeprecationWarningPrinted) {
preprocessInputsDeprecationWarningPrinted = true
System.err.println("Warning: preprocessInputs() is deprecated since Viash 0.9.0.")
System.err.println("Warning: preprocessInputs() is deprecated and will be removed in Viash 0.9.0.")
}
}

Expand Down

0 comments on commit a192e51

Please sign in to comment.