aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/xml_odf_odt.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-07-29 19:29:33 -0400
committerRalph Amissah <ralph@amissah.com>2014-07-29 19:29:35 -0400
commita79f98621cca3304c06ab3312603b3314bfe773f (patch)
tree45a3d2aec9b300723004dd80235029b79cb568c5 /lib/sisu/v5/xml_odf_odt.rb
parentv5 v6: options, minor fixes (diff)
v5 v6: ensure reset of parsed document directory pathsisu_5.5.5
* needed in the case of html for some subsequent processing
Diffstat (limited to 'lib/sisu/v5/xml_odf_odt.rb')
-rw-r--r--lib/sisu/v5/xml_odf_odt.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/v5/xml_odf_odt.rb b/lib/sisu/v5/xml_odf_odt.rb
index 9bcb29d6..df71ce81 100644
--- a/lib/sisu/v5/xml_odf_odt.rb
+++ b/lib/sisu/v5/xml_odf_odt.rb
@@ -121,6 +121,7 @@ module SiSU_XML_ODF_ODT
__LINE__.to_s + ':' + __FILE__
end
ensure
+ Dir.chdir(@opt.f_pth[:pth])
end
end
private