Chore
* chore: include fix-indent.sh bash script
May not have figured out how to get pylint to correctly detect missing
indentation on blank lines, or how to get any of the auto-formatters to
correctly indent them, but at least there&39;s now a bash script that will
take care of the indentation for all the .py files when it&39;s run. ([`f088f25`](https://github.com/eyeonus/Trade-Dangerous/commit/f088f256c28da2e0767c12b6009b0a86fe46587b))
Fix
* fix: Don&39;t crash when attempting to download non-existent file.
Fixes 21.
Specifically, it fixes the crash that happens because of the ship&39;s
index file no longer existing of the EDCD coriolois data github.
So the Ships database won&39;t be getting updated until a new source is
found to download from.
For now the latest version available before the removal is stored as a
template.
TD will get another update once we have a new site from which to get the
index again. ([`97c254d`](https://github.com/eyeonus/Trade-Dangerous/commit/97c254de2f18cc45cb341ba3e7f34127baef5136))
Style
* style: found a few more missing indents ([`2aa12d0`](https://github.com/eyeonus/Trade-Dangerous/commit/2aa12d01840fffd5b3657609a38a020a7ae5f6d1))
Test
* test: Remove test_transfers.py from tests
It fails when Tromador&39;s server isn&39;t up, even though there&39;s nothing
wrong with the code.
Since the code it supposedly checks is never touched anyway, and it can
easily put out a false positive, it&39;s gone now. ([`4867f3b`](https://github.com/eyeonus/Trade-Dangerous/commit/4867f3bb50ba8dab3099c9c5d476e2d8bbe82c27))
Unknown
* 10.4.4
python-semantic-release automatic version update. ([`d5a9b86`](https://github.com/eyeonus/Trade-Dangerous/commit/d5a9b860890d8cca16c983f35819df3cd67b8680))
* Merge branch &39;master&39; of https://github.com/eyeonus/Trade-Dangerous.git ([`4a06159`](https://github.com/eyeonus/Trade-Dangerous/commit/4a0615990c510cd047cb276143cbd3c7dc54a78a))