We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e57b12 commit cfe667fCopy full SHA for cfe667f
2 files changed
bin/qtl-analysis
@@ -303,6 +303,9 @@ detDirs=(
303
304
# cleanup output directories
305
if $enableAna; then
306
+ ##
307
+ ## FIXME: is this really necessary?
308
309
if [ -d $finalDir ]; then
310
printWarning "removing output directory $finalDir"
311
rm -r $finalDir
src/main/java/org/jlab/clas/timeline/util/QA.groovy
@@ -20,7 +20,7 @@ class QA {
20
/// @param args.out TDirectory for adding graphs and lines, if defined
21
/// @returns `CutGraphResult`
22
static CutGraphResult cutGraphs(Map args, GraphErrors[] input_graphs) {
23
- def result = new CutGraphResult();
+ CutGraphResult result;
24
// make lines
25
result.cut_lines = [
26
[args.lb, args.lb_color],
0 commit comments