Apparently we *should* _clean(args), that was commented out for debugging :)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 21 Aug 2011 03:00:21 +0000 (22:00 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 21 Aug 2011 03:00:21 +0000 (22:00 -0500)
mediagoblin/gmg_commands/import_export.py

index b00fb1cb5770fc9fb2b46bddecbf4bc7816c089b..46a8269bd1436c47eab0a092aaa360febc7b6702 100644 (file)
@@ -115,7 +115,8 @@ def env_import(args):
 
     _import_media(db, args)
 
-    # _clean(args)
+    _clean(args)
+
 
 def _setup_paths(args):
     """