Skip to content

Commit 0245c85

Browse files
kgerbbgruening
andauthored
Update tools/3dtrees_standardization/standard.xml
Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
1 parent 1ec2bf7 commit 0245c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/3dtrees_standardization/standard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#else:
2222
mkdir -p input_files &&
2323
#for $f in $mode.input_collection
24-
cp '$f' input_files/'${f.element_identifier}.laz' &&
24+
cp '$f' './input_files/${f.element_identifier}.laz' &&
2525
#end for
2626
Rscript /src/run.R
2727
--dataset-path "./input_files"

0 commit comments

Comments
 (0)