Skip to content

Commit

Permalink
Allow all characters in runfile source and target paths [
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683362776
  • Loading branch information
fmeum authored and copybara-github committed Oct 7, 2024
1 parent 0938223 commit 1f907ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/bazel/src/main/protobuf/failure_details.proto
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ message Command {
STARLARK_OPTIONS_PARSE_FAILURE = 10 [(metadata) = { exit_code: 2 }];
ARGUMENTS_NOT_RECOGNIZED = 11 [(metadata) = { exit_code: 2 }];
NOT_IN_WORKSPACE = 12 [(metadata) = { exit_code: 2 }];
SPACES_IN_WORKSPACE_PATH = 13 [(metadata) = { exit_code: 36 }];
reserved 13;
IN_OUTPUT_DIRECTORY = 14 [(metadata) = { exit_code: 2 }];
}

Expand Down

0 comments on commit 1f907ad

Please sign in to comment.