pull/33/head
Cees Bassa 2019-08-02 21:53:58 +02:00
commit cbfa0c5ee3
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if __name__ == "__main__":
fnames = sorted(glob.glob("2*.fits"))
# Create reference calibration file
if not os.path.exists("test.fits"):
if os.path.exists("test.fits"):
solved = False
# Loop over files to find a suitable calibration file
for fname in fnames: