From 4d3ef5e927ae7aa0867645ff0c76bb022a6cbbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Wed, 12 Jun 2013 13:14:27 +0200 Subject: [PATCH] Fix arrow indentation in scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Aurélien Dunand --- installsystems/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installsystems/image.py b/installsystems/image.py index 26865b1..94f8d3f 100644 --- a/installsystems/image.py +++ b/installsystems/image.py @@ -191,7 +191,7 @@ class Image(object): assert(isinstance(fc, str)) arrow(fn, 1) # backup arrow level - old_level = arrowlevel(1) + old_level = arrowlevel(2) # chdir in exec_directory os.chdir(exec_directory) # compile source code -- GitLab