summaryrefslogtreecommitdiff
path: root/splice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'splice.pl')
-rw-r--r--splice.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/splice.pl b/splice.pl
index 50fc170..29bfa3b 100644
--- a/splice.pl
+++ b/splice.pl
@@ -76,7 +76,8 @@ print $pwd . "\n";
my $sequence_i = 0;
my $dataset_i = scalar @$dataset_files;
my $last_fn = undef;
-for my $filename (sort @$sequence_files) {
+for my $fn (sort @$sequence_files) {
+ my $filename = "sequences/$sequence/$fn";
if ($start_frame <= $sequence_i and $sequence_i <= $end_frame) {
chomp $filename;
# print($pwd . $filename. "\n");