From c178c789804c2838f99d3e24b24441e564ee7a78 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Oct 2019 06:06:09 +0530 Subject: [PATCH] Dont build pot as part of publish as it crashes --- setup/publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/publish.py b/setup/publish.py index 749fb4635c..1eb4e4a36c 100644 --- a/setup/publish.py +++ b/setup/publish.py @@ -22,7 +22,7 @@ class Stage1(Command): 'check', 'test', 'cacerts', - 'pot', + # 'pot', 'build', 'resources', 'translations',