Closed gnidan closed 7 years ago
github-download tries to rename into the destination, so use path.join() to specify a path that does not exist.
path.join()
:+1: lgtm
github-download tries to rename into the destination, so use
path.join()
to specify a path that does not exist.