We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb320c commit 69ec582Copy full SHA for 69ec582
trunk/export/NUV_SQL.pm
@@ -79,7 +79,7 @@ package export::NUV_SQL;
79
load_finfo($episode);
80
# Create a show-name directory?
81
if ($self->{'create_dir'}) {
82
- $self->{'path'} .= '/'.$self->get_outfile($episode);
+ $self->{'path'} = $self->get_outfile($episode, '');
83
mkdir($self->{'path'}, 0755) or die "Can't create $self->{'path'}: $!\n\n";
84
}
85
# Load the three files we'll be using
0 commit comments