Commit 3b376d47 authored by Frank Bergmann's avatar Frank Bergmann

- included patch from Maurizio

parent 8068876a
......@@ -387,9 +387,10 @@ ad_proc wf_graphviz_dot_exec {
# return -code error "Can't execute graphviz binary at $graphviz_dot_path"
# }
if { ![file isdirectory $tmp_path] } {
return -code error "Parameter acs-workflow.tmp_path points to a non-existing directory: $tmp_path"
}
# 091103 fraber: Doesn't work like this with Windows installer.
# if { ![file isdirectory $tmp_path] } {
# return -code error "Parameter acs-workflow.tmp_path points to a non-existing directory: $tmp_path"
# }
set output [string tolower $output]
if { [regexp {[^a-z]} $output] } {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment