Commit 4d3ef5e9 authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

Fix arrow indentation in scripts

parent 4006d3b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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