Skip to content

Commit

Permalink
remove redundant conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Oct 10, 2024
1 parent 187e67b commit 91c742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scip-java/src/main/resources/scip-java/scip_java.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _scip_java(target, ctx):
if hasattr(compilation, "javac_options_list"):
javac_options = compilation.javac_options_list
else:
javac_options = compilation.javac_options.to_list()
javac_options = compilation.javac_options

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

0 comments on commit 91c742b

Please sign in to comment.