github-classroom-utilties icon indicating copy to clipboard operation
github-classroom-utilties copied to clipboard

Fix AddFile.py to not break in the event of a trailing `/`

Open ccannon94 opened this issue 7 years ago • 0 comments

Right now, the hack using the number of / characters in the path determines what the top-level git repository is. This currently breaks if there is a training / after the directory name for the repos argument. There should be a more robust way of finding the correct directory

ccannon94 avatar Oct 25 '18 22:10 ccannon94