v1.23
- Added protection in
master/schedule_scan.py
to prevent empty values (result_file_base_name
in #178) from populating ScheduledScan. Addedblank=False
to models.py - ScheduledScan.result_file_base_name, but that is only honored in forms and and not with themaster/schedule_scan.py
method of data population.