From 8e6958e0169cb6a6d67b39e4cf3d812903d57d66 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 27 Nov 2014 18:48:54 -0200 Subject: [PATCH] Using default value from settings --- colab/super_archives/management/commands/import_emails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/super_archives/management/commands/import_emails.py b/colab/super_archives/management/commands/import_emails.py index 4f3ecbe..7c3acd4 100644 --- a/colab/super_archives/management/commands/import_emails.py +++ b/colab/super_archives/management/commands/import_emails.py @@ -276,7 +276,7 @@ class Command(BaseCommand, object): os.mkdir(os.path.dirname(self.lock_file), 0755) archives_path = options.get('archives_path') - self.log('Using archives_path `%s`' % self.default_archives_path) + self.log('Using archives_path `%s`' % settings.SUPER_ARCHIVES_PATH) if not os.path.exists(archives_path): msg = 'archives_path ({}) does not exist'.format(archives_path) -- libgit2 0.21.2