You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate of issue #2 thought it seems to have come back.
I copied the script to my ~/bin directory. git init caused this traceback because it couldn't copy it's own README file into a new issues branch of a git repo. This shouldn't be required.
$ git issues init
Traceback (most recent call last):
File "/home/user01/bin/git-issues", line 1075, in
copy(os.path.join(os.path.dirname(__file__), "README"), issuesdir)
File "/usr/lib/python2.7/shutil.py", line 119, in copy
copyfile(src, dst)
File "/usr/lib/python2.7/shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '/home/user01/bin/README'
The text was updated successfully, but these errors were encountered:
Duplicate of issue #2 thought it seems to have come back.
I copied the script to my ~/bin directory. git init caused this traceback because it couldn't copy it's own README file into a new issues branch of a git repo. This shouldn't be required.
The text was updated successfully, but these errors were encountered: