mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +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
@@ -47,5 +47,5 @@ class Command(BaseCommand):
|
||||
RealmAlias.objects.get(realm=realm, domain=alias).delete()
|
||||
sys.exit(0)
|
||||
else:
|
||||
self.print_help("python manage.py", "realm_alias")
|
||||
self.print_help("./manage.py", "realm_alias")
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user