Skip to content

Fix sequence tag name

Jeremy Burton requested to merge (removed):master into master

The tag for the file save directory look like it got changed in a mass find/replace. It got changed from FITSDirectory to fileDirectoryTectory.

This broke sequencer because it was still looking for FITSDirectory.

Changed the tag back to FITSDirectory to preserve backwards compatability of the sequence file and to fix the scheduler.

Merge request reports