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}",