Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed May 26, 2022
1 parent 01c4b4d commit e25680e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/build_tar.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,9 @@ def validate_link(l):
parser.add_argument('--xz_path', type=str,
help='Specify the path to xz as a fallback when the Python '
'lzma module is unavailable.')

parser.add_argument('--force_posixpath', type=bool, default=False,
help='Force the use of posixpath when normalizing file paths. This is useful'
help='Force the use of posixpath when normalizing file paths. This is useful'
'when building in a non-posix environment.')

main(parser.parse_args())

0 comments on commit e25680e

Please sign in to comment.