Skip to content

Commit 91c742b

Browse files
remove redundant conversion
1 parent 187e67b commit 91c742b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scip-java/src/main/resources/scip-java/scip_java.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _scip_java(target, ctx):
105105
if hasattr(compilation, "javac_options_list"):
106106
javac_options = compilation.javac_options_list
107107
else:
108-
javac_options = compilation.javac_options.to_list()
108+
javac_options = compilation.javac_options
109109

110110
for value in javac_options:
111111
# NOTE(Anton): for some bizarre reason I see empty string starting the list of

0 commit comments

Comments
 (0)