Skip to content

Commit 1313006

Browse files
author
mgeipel
committed
quick fix for #108.
1 parent dee4e28 commit 1313006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/beacon/create/create.flux

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//creates a beacon file based on a pica+ dump of the DNB CBS data.
22

3+
default type = "ALL";
34
default out = dump + "-" + type + ".beacon";
45
default header = FLUX_DIR + "header.txt";
5-
default type = "ALL";
6+
67

78
//read header
89
"reading header " + header | write("stdout");
@@ -28,6 +29,7 @@ template("${s}")|
2829
@Y;
2930

3031
@Y|
32+
wait-for-inputs("2")|
3133
write(out);
3234

3335

0 commit comments

Comments
 (0)