a400288f45e35d9ba8bea7e137762cc8a1c3dc19 lrnassar Wed Jan 26 11:21:10 2022 -0800 Adding line for python call at top. diff --git src/utils/qa/imageComp.py src/utils/qa/imageComp.py index 762725e..c9d8792 100755 --- src/utils/qa/imageComp.py +++ src/utils/qa/imageComp.py @@ -1,15 +1,17 @@ +#!/usr/bin/python3 + import subprocess, os, sys from PIL import Image, ImageChops from datetime import date import getpass # Notes # Currently this only supports a single session comparison # But the logic is there to support any number if the # Output and comparison functions are updated ### Functions def run(*popenargs, **kwargs): input = kwargs.pop("input", None) check = kwargs.pop("handle", False)