From a719cf77ea61a7c75e610f027b67592f12f88f57 Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Thu, 26 Sep 2024 13:37:33 -0600 Subject: [PATCH] testing the effect of commenting out code --- tests/local/utils/attach_plots_to_pr.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/local/utils/attach_plots_to_pr.py b/tests/local/utils/attach_plots_to_pr.py index a248e0de6..2ddd8452c 100644 --- a/tests/local/utils/attach_plots_to_pr.py +++ b/tests/local/utils/attach_plots_to_pr.py @@ -176,9 +176,9 @@ def add_images(images, outdir, pull): if runcmd(f"cp {img} {imagedir}/.") is None: raise Exception("Not all image files could be copied") - logger.debug("Pulling from github") - if runcmd(f"git pull origin HEAD:refs/{IMAGEREF}", outdir) is None: - raise Exception("Problem pulling form github") + # logger.debug("Pulling from github") + # if runcmd(f"git pull origin HEAD:refs/{IMAGEREF}", outdir) is None: + # raise Exception("Problem pulling form github") logger.debug("Adding images to commit") if runcmd(f"git add images_{pull}", outdir) is None: