Re: UnboundLocalError: local variable 'full_path' referenced before assignment

2012-09-14 Thread hellj
ine 147, in call_command > > return klass.execute(*args, **defaults) > > File "/home/rok/apps/django-trunk/django/core/management/base.py", > > line 232, in execute > > output = self.handle(*args, **options) > > File "/home/rok/apps/django-trunk/dj

Re: UnboundLocalError: local variable 'full_path' referenced before assignment

2012-02-08 Thread akaariai
t = self.handle(*args, **options) >   File "/home/rok/apps/django-trunk/django/core/management/commands/ > loaddata.py", line 239, in handle >     (full_path, ''.join(traceback.format_exception(sys.exc_type, > UnboundLocalError: local variable 'full_path'

UnboundLocalError: local variable 'full_path' referenced before assignment

2012-02-08 Thread rok
handle(*args, **options) File "/home/rok/apps/django-trunk/django/core/management/commands/ loaddata.py", line 239, in handle (full_path, ''.join(traceback.format_exception(sys.exc_type, UnboundLocalError: local variable 'full_path' referenced before assignm