Opened 11 years ago

Last modified 11 years ago

#646 closed defect

Problem with ./bin/gmg theme assetlink — at Initial Version

Reported by: Tumulte Owned by:
Priority: blocker Milestone: 0.3.3
Component: programming Keywords:
Cc: Parent Tickets:

Description

./bin/gmg theme assetlink gives me this error :

File "./bin/gmg", line 9, in <module>

load_entry_point('mediagoblin==0.3.3.dev', 'console_scripts', 'gmg')()

File "/var/www/mediagoblin/mediagoblin/gmg_commands/init.py", line 100, in main_cli

args.func(args)

File "/var/www/mediagoblin/mediagoblin/gmg_commands/theme.py", line 122, in theme

SUBCOMMANDS[args.subcommand](args)

File "/var/www/mediagoblin/mediagoblin/gmg_commands/theme.py", line 104, in assetlink_command

link_assets(current_theme, app_configtheme_linked_assets_dir)

File "/var/www/mediagoblin/mediagoblin/gmg_commands/theme.py", line 71, in link_assets

printer(_("No asset directory for this theme\n"))

File "/var/www/mediagoblin/mediagoblin/tools/translate.py", line 122, in pass_to_ugettext

return mg_globals.thread_scope.translations.ugettext(

AttributeError: 'NoneType' object has no attribute 'ugettext'

Change History (0)

Note: See TracTickets for help on using tickets.