src/iconolab_mcc/management/commands/importimages.py
changeset 31 2403c49a6d6e
parent 21 631f70f55fed
--- a/src/iconolab_mcc/management/commands/importimages.py	Wed Jul 18 18:21:03 2018 +0200
+++ b/src/iconolab_mcc/management/commands/importimages.py	Wed Aug 01 18:12:55 2018 +0200
@@ -389,7 +389,7 @@
                         "joconde_ref" : item_joconde_ref
                     }
                     self.create_item_and_metadata(
-                        natural_key, collection, new_metadata, item['SRC_IMG_FILES'], options, self.source_dir)
+                        natural_key, collection, new_metadata, item['SRC_IMG_FILES'], options)
 
             print('# All done!')