~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to bin/ivle-fetchsubmissions

Removed debugging prints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    target_final = os.path.join(target, submission.assessed.principal.name)
53
53
    if not os.path.exists(target_final):
54
54
        os.makedirs(target_final)
55
 
    # TODO: Actually get the repo and extract the files
56
 
    print "Submission by %s, path %s, revision %d" % (
57
 
        submission.assessed.principal.name, submission.path,
58
 
        submission.revision)
59
55
    url = get_repo_url(submission, config)
60
 
    print "    from %s" % url
61
56
    revision = pysvn.Revision(pysvn.opt_revision_kind.number,
62
57
                              submission.revision)
63
58
    svnclient.export(url, target_final, force=True,