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.
2 parents 4eb3202 + 06c04ce commit bf93dcaCopy full SHA for bf93dca
lib/WeBWorK/ConfigValues.pm
@@ -1158,7 +1158,7 @@ sub getConfigValues ($ce) {
1158
# Get the list of all site hardcopy theme files.
1159
my $hardcopyThemesSite =
1160
eval { path($ce->{webworkDirs}{hardcopyThemes})->list->grep(qr/\.xml$/)->map('basename')->sort };
1161
- die "Unabled to list files in $ce->{webworkDirs}{hardcopyThemes}: $@" if $@;
+ die "Unable to list files in $ce->{webworkDirs}{hardcopyThemes}: $@" if $@;
1162
1163
my $hardcopyThemesCourse = eval {
1164
path($ce->{courseDirs}{hardcopyThemes})->list->grep(sub {
0 commit comments