lib/relaton/cli/yaml_convertor_new.rb in relaton-cli-0.3.6 vs lib/relaton/cli/yaml_convertor_new.rb in relaton-cli-0.3.7

- old
+ new

@@ -7,10 +7,10 @@ class YAMLConvertorNew < Relaton::Cli::BaseConvertor def to_xml if writable convert_and_write(file_content, :to_xml) else - convert_content(file_content).to_xml(nil, date_format: :full, bibdata: true) + convert_content(file_content).to_xml(date_format: :full, bibdata: true) end end # Convert to XML #