From: Wei Liu Date: Mon, 11 Mar 2019 12:55:29 +0000 (+0000) Subject: pygrub: change tabs into spaces X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2485 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b9e1368af14ded6aee3bdf64e8329628b16291ff;p=xen.git pygrub: change tabs into spaces Not sure why Python 2 never complained, but Python 3 does. Change tabs to spaces. Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub index 52a8965ad9..1189b1ca48 100755 --- a/tools/pygrub/src/pygrub +++ b/tools/pygrub/src/pygrub @@ -858,7 +858,7 @@ if __name__ == "__main__": output_directory = a if debug: - logging.basicConfig(level=logging.DEBUG) + logging.basicConfig(level=logging.DEBUG) try: @@ -917,7 +917,7 @@ if __name__ == "__main__": # IOErrors raised by fsimage.open # RuntimeErrors raised by run_grub if no menu.lst present if debug: - traceback.print_exc() + traceback.print_exc() fs = None continue