Opened 12 years ago
Last modified 12 years ago
#646 closed defect
Problem with ./bin/gmg theme assetlink — at Version 2
Reported by: | Tumulte | Owned by: | Christopher Allan Webber |
---|---|---|---|
Priority: | blocker | Milestone: | 0.3.3 |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description (last modified by )
./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_config['theme_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 (2)
comment:1 by , 12 years ago
Milestone: | → 0.3.3 |
---|---|
Owner: | set to |
Priority: | major → blocker |
Status: | new → assigned |
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
This is blocking the next release.
Luckily, I've found the cause and am working on a fix. It has to do with the changes between the commits 7989cd6, 7b9f9d1.