Skip to content

Commit

Permalink
Fix incompatible_restrict_string_escapes for bazel 4.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Dec 13, 2020
1 parent 7a5ca92 commit 798901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pathutils.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def join_paths(*args):
This is roughly equivalent to Python's `os.path.join`.
Args:
\*args (:obj:`list` of :obj:`str`): Path components to be joined.
*args (:obj:`list` of :obj:`str`): Path components to be joined.
Returns:
:obj:`str`: The concatenation of the input path components.
Expand Down

0 comments on commit 798901e

Please sign in to comment.