1
0
Fork 0
satnogs-network/network/base
Fabian P. Schmidt 903b264814 management/commands/fetch_data: Locally disable redefined-builtin pylint error (W0622)
In Python 3.3 ConnectionError was added as subclass in python builtins,
see PEP3151 or [1] for more details.

[1]: https://docs.python.org/3/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy

Fixes redefined-builtin (W0622) pylint error.

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
2020-01-08 15:17:33 +00:00
..
fixtures Added frequency_max to fixtures so initialize will work 2017-03-20 19:42:32 +11:00
management management/commands/fetch_data: Locally disable redefined-builtin pylint error (W0622) 2020-01-08 15:17:33 +00:00
migrations Add indexes on models with ordering 2019-11-25 20:23:41 +02:00
templatetags utils/drifted_frq: Use python3 round builtin (W1633) 2020-01-04 15:31:05 +01:00
__init__.py Refactor project 2014-12-19 15:06:58 +02:00
admin.py admin/AntennaAdmin: Replace __unicode__ by __str__ in list_display 2020-01-08 15:05:34 +00:00
context_processors.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
db_api.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
decorators.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
forms.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
managers.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
models.py Add from __future__ import division to all relevant files (W1619) 2020-01-04 13:55:12 +00:00
perms.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
scheduling.py scheduling/create_new_observation: Add verbose docstring 2020-01-04 13:55:12 +00:00
stats.py Add from __future__ import division to all relevant files (W1619) 2020-01-04 13:55:12 +00:00
tasks.py tasks/clean_observations: Fix premature task termination in 'stage' environment 2020-01-04 19:46:06 +01:00
test_utils.py Fix lint issues of the latest commits 2020-01-03 19:01:57 +02:00
tests.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
urls.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
utils.py Add from __future__ import division to all relevant files (W1619) 2020-01-04 13:55:12 +00:00
validators.py Add absolute_import to all relevant files (W1618) 2019-12-31 08:51:04 +00:00
views.py views: Use str builtin instead of single-argument formatstring 2020-01-04 15:07:06 +01:00