##// END OF EJS Templates
Fix -o
naryl -
r70:b03a5f77 tip default
parent child Browse files
Show More
@@ -32,7 +32,7 b''
32 (t (push arg (getf data mode)))))
32 (t (push arg (getf data mode)))))
33 (unless (< 0 (length (getf data :sources)))
33 (unless (< 0 (length (getf data :sources)))
34 (report-error "There should be at least one source"))
34 (report-error "There should be at least one source"))
35 (unless (> 1 (length (getf data :target)))
35 (when (> 1 (length (getf data :target)))
36 (report-error "There should be no more than one target"))
36 (report-error "There should be no more than one target"))
37 (unless (> 1 (length (getf data :body)))
37 (unless (> 1 (length (getf data :body)))
38 (report-error "There should be no more than one body"))
38 (report-error "There should be no more than one body"))
General Comments 0
You need to be logged in to leave comments. Login now