mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Always start python via shebang lines.
This is preparation for supporting using Python 3 in production. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
2d6525df04
commit
207cf6302b
@@ -39,7 +39,7 @@ Example:
|
||||
def handle(self, **options):
|
||||
# type: (*Any, **str) -> None
|
||||
if options['fixture'] is None or options['url'] is None:
|
||||
self.print_help('python manage.py', 'send_webhook_fixture_message')
|
||||
self.print_help('./manage.py', 'send_webhook_fixture_message')
|
||||
exit(1)
|
||||
|
||||
full_fixture_path = os.path.join(settings.DEPLOY_ROOT, options['fixture'])
|
||||
|
||||
Reference in New Issue
Block a user