DescriptionJakub Wilk noticed that we are using re.sub() incorrectly in some places - passing flags parameter by position, yet this position is interpreted as count instead. I looked a bit closer, and both occasions are actually dead code. Functions appendToFile() and removeFromFile() are simply not being called any more. And fixAbsoluteUrls() hack in the Safari packager is unnecessary, we no longer have any absolute URLs. Verified that the builds are identical with this change applied.
Patch Set 1 #
MessagesTotal messages: 2
|