6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-02-04 10:18:26 +00:00
Régis Behmo c01f4476b8 fix: TypeError when PLUGINS is None
When the PLUGINS config entry is None (`PLUGINS:`), the following error
was being triggered:

  File "/.../tutor/tutor/plugins.py",
  line 304, in is_enabled
      return name in config.get(CONFIG_KEY, [])
      TypeError: argument of type 'NoneType' is not iterable
2021-03-30 09:23:16 +02:00
..
2019-03-23 16:16:44 -07:00
2021-03-15 21:46:55 +01:00
2021-03-15 21:46:55 +01:00
2021-03-15 21:46:55 +01:00
2021-03-15 21:46:55 +01:00