diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 02:43:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-17 02:43:55 +0200 |
| commit | 4fac5e3ccf896c5979147b4b461afae68a019a11 (patch) | |
| tree | fbff3a5ccafb98ce293a097694d8ce968b6c76ac /app/relay/modules/pix2pixhd.js | |
| parent | 9a7c014c2378970a1c07db3fc32aec7de2066799 (diff) | |
| parent | 65e844abd29fb3048f03214157aac9d3f7420498 (diff) | |
Merge branch 'master' of asdf.us:live-cortex
Diffstat (limited to 'app/relay/modules/pix2pixhd.js')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index 31a3635..c1a2650 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -225,6 +225,9 @@ const render_recursive = { console.log('will not render mov') return 'CANCEL' } + if (!task.opt.render_dir) { + return 'CANCEL'; + } const render_dir = task.opt.render_dir.replace('./recursive/', '') console.log('rendering recursve path:', render_dir) return [ |
