Skip to content

Commit

Permalink
add yet another lambda invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Feb 12, 2019
1 parent cb8f9d5 commit daa13c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def get_zinc_compiler_classpath(self):
self.HERMETIC: lambda: super(RscCompile, self).get_zinc_compiler_classpath(),
self.SUBPROCESS: lambda: super(RscCompile, self).get_zinc_compiler_classpath(),
self.NAILGUN: lambda: self._nailgunnable_combined_classpath,
})
})()

def register_extra_products_from_contexts(self, targets, compile_contexts):
super(RscCompile, self).register_extra_products_from_contexts(targets, compile_contexts)
Expand Down

0 comments on commit daa13c1

Please sign in to comment.