Created
May 19, 2010 05:03
-
-
Save davemerwin/405974 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "manage.py", line 11, in <module> | |
execute_manager(settings) | |
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/django/core/management/__init__.py", line 362, in execute_manager | |
utility.execute() | |
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/django/core/management/__init__.py", line 303, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/django/core/management/base.py", line 195, in run_from_argv | |
self.execute(*args, **options.__dict__) | |
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/django/core/management/base.py", line 222, in execute | |
output = self.handle(*args, **options) | |
File "/home/XXXXXXXXX/webapps/XXXXXXXXX/lib/python2.5/mediasync/management/commands/syncmedia.py", line 14, in handle | |
mediasync.sync(bucket, prefix.strip('/')) | |
TypeError: sync() takes at most 1 argument (2 given) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment