Commit 04e3d14b authored by Michal Čihař's avatar Michal Čihař

Make clear this is abstract class

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ec92b614
......@@ -211,3 +211,11 @@ class WeblateTranslationCommand(BaseCommand):
)
except Translation.DoesNotExist:
raise CommandError('No matching translation project found!')
def handle(self, *args, **options):
"""
The actual logic of the command. Subclasses must implement
this method.
"""
raise NotImplementedError()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment