VAMDC / NodeSoftware

Python/Django-based software for running VAMDC data nodes.
http://www.vamdc.eu
GNU General Public License v3.0
15 stars 23 forks source link

Syntax Error in generators.py #102

Closed johannespostler closed 12 years ago

johannespostler commented 12 years ago

Commit 277c8ec obviously introduced a syntax error in generators.py, line 869:

Exception Value: invalid syntax (generators.py, line 869) Exception Location: /var/opt/vamdc_git_07052012/vamdctap/views.py in , line 25

I'm currently using Django 1.4 and Python 2.7.3, which both worked fine with the tarball before that comment.

ivh commented 12 years ago

yes, I just saw that and fixed it. sorry about that. :)