Bug fixes, better linux compatibility #9
No reviewers
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cyberes/canvas-student-data-export#9
Loading…
Reference in New Issue
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
shell=True
to subprocess run command to make it work on Linuxfor i in range(submission.attempt)
Hi @mjforan, thank you for this contribution! These are some great changes. I wonder if adding a version number to the
package.json
file will help fix the version mismatch error you were seeing and allow us to keep thepackage-lock.json
file. It's best practice to keep thepackage-lock.json
file checked in to version control. Other than that, this looks great.Oops I wasn't aware; I added the file back. The issue I saw wasn't major and users can always delete the file on their own, so I wouldn't worry about that.