DescriptionRemove Google Storage scheme prefix correctly from gs base name in webpages_playback
In python, str.lstrip([chars]) means "lstrip any of the chars from str",
not "remove prefix". Thus "gs://skia".lstrip("gs://") yields "kia".
Replace with custom function stripping the prefix from lstrip()ed gs
base name.
Committed: https://skia.googlesource.com/skia/+/e75d2d2d995dad4eeed1bd306ef987adabac2bfc
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|