From 757906cee0736f613208421fc29fd3c0f934efe8 Mon Sep 17 00:00:00 2001 From: klingbolt Date: Sun, 5 Nov 2023 00:36:26 -0400 Subject: [PATCH] Added bracket --- xml_converter/src/xml_converter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xml_converter/src/xml_converter.cpp b/xml_converter/src/xml_converter.cpp index 3100d85f..fb0ebe78 100644 --- a/xml_converter/src/xml_converter.cpp +++ b/xml_converter/src/xml_converter.cpp @@ -109,6 +109,7 @@ void write_taco_directory(string output_path, map* marker_cate // TODO: Exportion of XML Marker Packs File Structure #111 if (!has_suffix(output_path, "/")) { output_path += "/"; + } if (!filesystem::is_directory(output_path)) { if (!filesystem::create_directory(output_path)) { cout << "Error: " << output_path << "is not a valid directory path" << endl;