[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] pygrub: change tabs into spaces
commit b9e1368af14ded6aee3bdf64e8329628b16291ff Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Mon Mar 11 12:55:29 2019 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Tue Mar 12 14:24:52 2019 +0000 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 <wei.liu2@xxxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- tools/pygrub/src/pygrub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |