1
0
Fork 0
flightgear/scripts/python/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
..
terrasync terrasync.py: print full URL in exception messages, pass full URL to callback 2018-02-08 00:10:18 +01:00
tests terrasync.py: add and use a VirtualPath class; also add MutableVirtualPath 2018-02-07 11:38:41 +01:00
terrasync.py terrasync.py: more modular code layout 2018-02-07 11:38:41 +01:00