Commit 3b466b6c by Őry Máté

fixes

parent 31ff2ebf
...@@ -3,7 +3,8 @@ SHELL := /bin/bash ...@@ -3,7 +3,8 @@ SHELL := /bin/bash
default: migrate collectstatic mo restart default: migrate collectstatic mo restart
pull: default pulldef: pull default
pull:
git pull git pull
po: po:
......
...@@ -112,7 +112,7 @@ def login(request): ...@@ -112,7 +112,7 @@ def login(request):
g.members.add(p) g.members.add(p)
g.save() g.save()
logger.warning("Django affiliation group %s added to %s" % (a, p)) logger.warning("Django affiliation group %s added to %s" % (a, p))
except e as Exception: except Exception as e:
logger.warning("Django FAIL affiliation group %s added to %s %s" % (a, p, e)) logger.warning("Django FAIL affiliation group %s added to %s %s" % (a, p, e))
user.save() user.save()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment