Skip to content

Commit

Permalink
fixed minor error.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaabp committed Nov 20, 2023
1 parent 62b26fc commit abc058e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WeBWorK/ContentGenerator/Hardcopy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ sub generate_hardcopy_tex ($c, $temp_dir_path, $final_file_basename) {

# Create a zip archive of the bundle directory
my $zip_file = "$temp_dir_path/$final_file_basename.zip";
$zip = Archive::Zip::SimpleZip->new($zip_file);
my $zip = Archive::Zip::SimpleZip->new($zip_file);
unless ($zip) {
$c->add_error(
'Failed to create zip archive of directory "',
Expand Down

0 comments on commit abc058e

Please sign in to comment.