You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.fatal("i=\"%s\" git clone failed for some reason...on url=%s stdout of '%s' with stderrout of '%s'"% (self.stanzaName, self.gitRepoURL, output, stderrout))
895
895
sys.exit(1)
@@ -907,7 +907,7 @@ def run_script(self):
907
907
logger.info("i=\"%s\" No restore required at this point in time"% (self.stanzaName))
logger.fatal("i=\"%s\" git pull failed for some reason...on url=%s stdout of '%s' with stderrout of '%s'"% (self.stanzaName, self.gitRepoURL, output, stderrout))
0 commit comments