Loading installsystems/image.py +4 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,10 @@ class SourceImage(Image): assert(isinstance(fn, unicode)) assert(isinstance(fc, str)) arrow(fn) try: compile(fc, fn.encode(locale.getpreferredencoding()), "exec") except SyntaxError as e: raise ISError(exception=e) arrowlevel(-1) def run_build(self): Loading Loading
installsystems/image.py +4 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,10 @@ class SourceImage(Image): assert(isinstance(fn, unicode)) assert(isinstance(fc, str)) arrow(fn) try: compile(fc, fn.encode(locale.getpreferredencoding()), "exec") except SyntaxError as e: raise ISError(exception=e) arrowlevel(-1) def run_build(self): Loading