From 7ae5fbd1e6d995863805678d85cf4a5fb4ed91bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 20 Oct 2017 09:37:41 +0200 Subject: Fix FTBFS with SCons 3.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit ef18cc16faccdac7bee9a7e2c2cbaf4a0eaf30f1) --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 51f983f..a699008 100644 --- a/SConstruct +++ b/SConstruct @@ -222,7 +222,7 @@ if 'dist' in COMMAND_LINE_TARGETS: os.popen("rm -f "+FOLDER+"/config.py*") ## make the tarball - print GREEN+"Writing archive "+ARCHIVE+NORMAL + print(GREEN+"Writing archive "+ARCHIVE+NORMAL) os.popen("tar cjf "+ARCHIVE+" "+FOLDER) ## remove the temporary directory -- cgit v1.2.1