72
69
logging.error("Year must be numeric")
79
76
# Get all subjects this user is enrolled in, and add them to the DB if
80
77
# they match one of our local subject codes
81
res = ivle.pulldown_subj.enrol_user(config, store, user, options.year)
82
79
logging.info("Enrolled user %s in %d subject%s." % (user.login, res,
83
80
'' if res == 1 else 's'))
84
81
except Exception, message: