Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
(cherry picked from commit 4e46c7f)
  • Loading branch information
mai93 committed Jul 18, 2023
1 parent 496b6e2 commit 26d4aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspect/intellij_info_impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def update_set_in_dict(input_dict, key, other_set):

def _get_output_mnemonic(ctx):
"""Gives the output directory mnemonic for some target context."""
return ctx.configuration.bin_dir.path.split("/")[1]
return ctx.bin_dir.path.split("/")[1]

def _get_python_version(ctx):
if ctx.attr._flag_hack[FlagHackInfo].incompatible_py2_outputs_are_suffixed:
Expand Down

0 comments on commit 26d4aef

Please sign in to comment.