Fix unexpected signature folder creation, fix logs.
ClosedPublic

Authored by TallFurryMan on Aug 16 2018, 6:13 AM.

Details

Summary

This fixes the very minor creation of an empty folder when preparing a sequence job.
The empty folder is a side-effect of the addition of the sequence prefix to SequenceJob's signature.
It is created by updateSequencePrefix. This differential removes the prefix from the path before creating the destination folder.

Test Plan

Create a few sequence jobs in the Capture module, with a prefix or with the default empty prefix.
Create a scheduler job in the Scheduler module using that sequence file.
Run the scheduler job, check the storage where capture files were generated.
Without the differential, an empty folder with the same name as the prefix for capture files is created.
With the differential, this empty folder is not created.

Diff Detail

Repository
R321 KStars
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
TallFurryMan created this revision.Aug 16 2018, 6:13 AM
Restricted Application added a project: KDE Edu. · View Herald TranscriptAug 16 2018, 6:13 AM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
TallFurryMan requested review of this revision.Aug 16 2018, 6:13 AM
mutlaqja accepted this revision.Aug 16 2018, 6:33 AM
This revision is now accepted and ready to land.Aug 16 2018, 6:33 AM
This revision was automatically updated to reflect the committed changes.