Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README should not be required #20

Open
grantbow opened this issue Jul 23, 2015 · 0 comments
Open

README should not be required #20

grantbow opened this issue Jul 23, 2015 · 0 comments

Comments

@grantbow
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant