From 9ffccfbeb717505461f065b42fdc5b4e958df932 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Fri, 5 Jul 2024 19:19:42 -0400 Subject: [PATCH] removed hardcoded emoji from notes and folders --- joplinexport | 1 + 1 file changed, 1 insertion(+) diff --git a/joplinexport b/joplinexport index c815777..f9244ab 100755 --- a/joplinexport +++ b/joplinexport @@ -198,6 +198,7 @@ class JoplinExporter: """Copy all the used resources to the output directory.""" for resource_id in self.used_resources: resource = self.resources[resource_id] + print(f"{resource_id}.{resource.extension}") copy( self.joplin_dir / "resources" / (f"{resource_id}.{resource.extension}"), self.static_dir / f"{resource_id}{resource.derived_ext}",