Changes between Version 1 and Version 2 of Ticket #25595, comment 6


Ignore:
Timestamp:
Mar 10, 2024, 10:15:20 AM (8 months ago)
Author:
Adam Zapletal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25595, comment 6

    v1 v2  
    1313    def __call__(self, value):
    1414        if value.startswith('file:///'):
    15             value = value.replace('file:///', 'file://localhost/')
     15            value = value.replace('file:///', 'file://localhost/', 1)
    1616
    1717        return super().__call__(value)
Back to Top