GithubHelp home page GithubHelp logo

Comments (2)

lwasser avatar lwasser commented on June 23, 2024

The output below is for Jenny as she has yet to accept my new invite. This could happen as sometimes i may have new students who add the course late. Or maybe one is sick week one. Can this fail gracefully but still find the student once they accept and update with a PR?

Also this means that i have to know when i a student hasn't yet accepted because i'll have ot run nbdistribute again for them. Is there a way to have something run periodically that checks to see who hasn't yet accepted the invite? or some way to manage this? maybe too complex for the time being but just a note.

Fetching work for jlpalomino...
Traceback (most recent call last):
  File "/Users/leah-su/anaconda3/envs/earth-analytics-python/bin/nbdistribute", line 11, in <module>
    sys.exit(distribute())
  File "/Users/leah-su/anaconda3/envs/earth-analytics-python/lib/python3.6/site-packages/grading/__main__.py", line 144, in distribute
    token=config['github']['token'])
  File "/Users/leah-su/anaconda3/envs/earth-analytics-python/lib/python3.6/site-packages/grading/github.py", line 36, in fetch_student
    stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  File "/Users/leah-su/anaconda3/envs/earth-analytics-python/lib/python3.6/subprocess.py", line 418, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'clone', 'https://[email protected]/earth-analytics-edu/ea-spring-2019-jlpalomino.git']' returned non-zero exit status 128.

from abc-classroom.

betatim avatar betatim commented on June 23, 2024

Is there a way to have something run periodically that checks to see who hasn't yet accepted the invite? or some way to manage this?

We could build an extra tool to run that shows you if a student on the list in config.yml has a repository or not (aka accepted the invite). Alternatively, does GitHub classroom tell you? If it does that could be the v1 solution and we build a CLI tool for v2.

from abc-classroom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.