Skip to content

Instantly share code, notes, and snippets.

@daften
Created September 4, 2017 13:36
Show Gist options
  • Save daften/a26bf683b3b034ec5004ec5a4f626102 to your computer and use it in GitHub Desktop.
Save daften/a26bf683b3b034ec5004ec5a4f626102 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/opt/pootle/bin/pootle", line 11, in <module>
sys.exit(main())
File "/opt/pootle/lib/python2.7/site-packages/pootle/runner.py", line 357, in main
run_app(project='pootle', django_settings_module='pootle.settings')
File "/opt/pootle/lib/python2.7/site-packages/pootle/runner.py", line 338, in run_app
management.execute_from_command_line(command)
File "/opt/pootle/lib/python2.7/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
File "/opt/pootle/lib/python2.7/site-packages/django/core/management/__init__.py", line 359, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/opt/pootle/lib/python2.7/site-packages/pootle/core/management/subcommands.py", line 164, in run_from_argv
return self.subcommands[known.subcommand]().run_from_argv(argv)
File "/opt/pootle/lib/python2.7/site-packages/django/core/management/base.py", line 294, in run_from_argv
self.execute(*args, **cmd_options)
File "/opt/pootle/lib/python2.7/site-packages/django/core/management/base.py", line 345, in execute
output = self.handle(*args, **options)
File "/opt/pootle/lib/python2.7/site-packages/pootle/apps/pootle_fs/management/commands/fs_commands/info.py", line 18, in handle
self.stdout.write("type: %s" % fs.fs_type)
File "/opt/pootle/lib/python2.7/site-packages/pootle/apps/pootle_fs/utils.py", line 91, in __getattr__
return getattr(self.plugin, k)
AttributeError: 'GitPlugin' object has no attribute 'fs_type'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment