Skip to content

Commit

Permalink
This looks like it is needed for newer ones, so while i'm here..
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc-stripe committed Jul 30, 2019
1 parent cdef90a commit 1ff0984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/private/rule_impls.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def compile_scala(

transitive_cjars_list = transitive_compile_jars.to_list()
indirect_jars = _join_path(transitive_cjars_list)
indirect_targets = ",".join([labels[j.path] for j in transitive_cjars_list])
indirect_targets = ",".join([str(labels[j.path]) for j in transitive_cjars_list])

current_target = str(target_label)

Expand Down

0 comments on commit 1ff0984

Please sign in to comment.