X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fpal.py;h=4c5de010d429ffe0e6e810c26084946629bcb01a;hp=14a193705453e5d1acb1308e046e30f8e4babc1c;hb=6addc914c636a0dbc1e12a661019cce1715baf77;hpb=986d064738e273bbb53856dbdfacc88f5bdfc134 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: