aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/db_drop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/db_drop.rb')
-rw-r--r--lib/sisu/v3dv/db_drop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/db_drop.rb b/lib/sisu/v3dv/db_drop.rb
index 97bf8665..4b9aba7d 100644
--- a/lib/sisu/v3dv/db_drop.rb
+++ b/lib/sisu/v3dv/db_drop.rb
@@ -104,7 +104,7 @@ module SiSU_DbDrop
sdb.create_table.endnotes_plus
sdb.create_table.urls
sdb_index.create_indexes
- rescue; SiSU_Errors::InfoError.new($!,$@,'-D').error; @sdb.output_dir?
+ rescue; SiSU_Errors::InfoError.new($!,$@,'-D').error; sdb.output_dir?
end
exit
else