diff --git a/getData.py b/getData.py
index 542e4c8273a8308bf99b4f9c5a45c25d80c65fff..bc480d569183d80ecc5bf5ef71171d1ef4a8fee7 100644
--- a/getData.py
+++ b/getData.py
@@ -236,9 +236,11 @@ def main():
 					freq=np.hstack(freq)
 				else:
 					print("Error, found no time average files in {}".format(chfolder))
+					continue
 
 			else:
 				print("Error: no calculation being done... may be an arguments issue?")
+				continue
 
 			if (args.coherence or args.cohonly) and (not os.path.isfile(cohdatname)):
 				cohbegin=date.strftime('%Y-%m-%d')