X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fpal.py;h=4c5de010d429ffe0e6e810c26084946629bcb01a;hb=65ad0cb3bc0b2430628b2b250d51c41a8dc594c6;hp=14a193705453e5d1acb1308e046e30f8e4babc1c;hpb=986d064738e273bbb53856dbdfacc88f5bdfc134;p=csit.git diff --git a/resources/tools/presentation/pal.py b/resources/tools/presentation/pal.py index 14a1937054..4c5de010d4 100644 --- a/resources/tools/presentation/pal.py +++ b/resources/tools/presentation/pal.py @@ -83,7 +83,7 @@ def main(): logging.critical("Finished with error.") sys.exit(1) - #try: + # try: env = Environment(spec.environment, args.force) env.set_environment() @@ -109,7 +109,7 @@ def main(): # logging.info("Finished with an error.") # logging.critical(str(err)) # except Exception as err: - # logging.info("Finished with an error.") + # logging.info("Finished with an unexpected error.") # logging.critical(str(err)) # # finally: