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

Copyright header test fails with backup files in source directory #339

Closed
jakobj opened this issue May 11, 2016 · 1 comment
Closed

Copyright header test fails with backup files in source directory #339

jakobj opened this issue May 11, 2016 · 1 comment
Assignees
Labels
T: Bug Wrong statements in the code or documentation

Comments

@jakobj
Copy link
Contributor

jakobj commented May 11, 2016

Some editors (e.g., emacs) create automatic backup files, which are usually placed in the same directory as the actual file. Our copyright header test fails on some of these backup files:

Traceback (most recent call last):
  File "testsuite/regressiontests/ticket-659-copyright.py", line 104, in <module>
    with open(tested_file) as source_file:
IOError: [Errno 2] No such file or directory: '/home/jordan/opt/nest-simulator/nestkernel/.#common_properties_hom_w.h'

I'll create a PR fixing this issue soon.

@jakobj
Copy link
Contributor Author

jakobj commented May 11, 2016

Labels: bug testsuite
Assignee: jakobj

@tammoippen tammoippen added the T: Bug Wrong statements in the code or documentation label May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Bug Wrong statements in the code or documentation
Projects
None yet
Development

No branches or pull requests

2 participants