Skip to content

Commit 69ec582

Browse files
committed
- fixes #7 - NUV_SQL exports now work again with directories with the show name
1 parent fdb320c commit 69ec582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/export/NUV_SQL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ package export::NUV_SQL;
7979
load_finfo($episode);
8080
# Create a show-name directory?
8181
if ($self->{'create_dir'}) {
82-
$self->{'path'} .= '/'.$self->get_outfile($episode);
82+
$self->{'path'} = $self->get_outfile($episode, '');
8383
mkdir($self->{'path'}, 0755) or die "Can't create $self->{'path'}: $!\n\n";
8484
}
8585
# Load the three files we'll be using

0 commit comments

Comments
 (0)