1
0
Fork 0
flightgear/scripts/python/TerraSync/terrasync
Florent Rougon 5aae639a0d terrasync.py: print full URL in exception messages, pass full URL to callback
Due to some misleading 'url' variable name, network error messages used
to contain things such as '/scenery/Airports/N/E/4/.dirindex' (i.e., the
path on the server) instead of the full URL. For the same reason, the
callback function of HTTPGetCallback objects was passed this
path-on-server instead of the URL. This should all be fixed now.
2018-02-08 00:10:18 +01:00
..
__init__.py terrasync.py: more modular code layout 2018-02-07 11:38:41 +01:00
exceptions.py terrasync.py: move custom exception classes to a separate module 2018-02-07 11:38:41 +01:00
main.py terrasync.py: print full URL in exception messages, pass full URL to callback 2018-02-08 00:10:18 +01:00
virtual_path.py terrasync.py: add and use a VirtualPath class; also add MutableVirtualPath 2018-02-07 11:38:41 +01:00