Skip to content

Commit cfe667f

Browse files
committed
fix: build errors
1 parent 7e57b12 commit cfe667f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

bin/qtl-analysis

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@ detDirs=(
303303

304304
# cleanup output directories
305305
if $enableAna; then
306+
##
307+
## FIXME: is this really necessary?
308+
##
306309
if [ -d $finalDir ]; then
307310
printWarning "removing output directory $finalDir"
308311
rm -r $finalDir

src/main/java/org/jlab/clas/timeline/util/QA.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class QA {
2020
/// @param args.out TDirectory for adding graphs and lines, if defined
2121
/// @returns `CutGraphResult`
2222
static CutGraphResult cutGraphs(Map args, GraphErrors[] input_graphs) {
23-
def result = new CutGraphResult();
23+
CutGraphResult result;
2424
// make lines
2525
result.cut_lines = [
2626
[args.lb, args.lb_color],

0 commit comments

Comments
 (0)