-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve input/output filenames to absolute paths by default
* Resolve `input` and `output` filenames to absolute paths when scheduling jobs, in case of future working directory change. * Jobs and results now include `inputAbs` and `outputAbs` attributes with these absolute paths. `input` and `output` remain the shorter names for showing to the user. * All of the above is disabled when `settings.relative` is true. * Fixes bug when process's working directory changes between job scheduling (which happens in SVG Tiler)
- Loading branch information
Showing
2 changed files
with
40 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters