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

Failing to delete fragment files #60

Closed
K33k0 opened this issue Jun 28, 2017 · 3 comments
Closed

Failing to delete fragment files #60

K33k0 opened this issue Jun 28, 2017 · 3 comments
Labels

Comments

@K33k0
Copy link

K33k0 commented Jun 28, 2017

Everything is working exactly as expected apart from the file cleanup. I am constantly getting the following error. I simply have to delete the fragment manually, which isn't really the worst thing in the world.

windows 7
python 3.6.1 (virtual environment with pipenv)
towncrier 17.4.0

I want to remove the following files:
C:\Users\k33k00\PycharmProjects\T-Infinity\src\t-infinity\newsfragments\vue.misc
Is it okay if I remove those files? [Y/n]: Y
fatal: pathspec 'C:\Users\k33k00\PycharmProjects\T-Infinity\src\t-infinity\newsfragments\vue.misc' did not match any files
Done!

I should add, even though it says the file doesn't exist, it definitely does, it even writes into the changelog

@adiroiban
Copy link
Member

adiroiban commented Aug 12, 2017

The file does not exist in the git tracking system :)

It does exists on disk, but doesn't exists in git.

Try to do a git add newsfragments\vue.misc before calling towncrier and it should work.

@altendky altendky added the bug label Nov 26, 2020
@altendky
Copy link
Member

@MDCEY, was adi's explanation sufficient? Are you comfortable closing this or do you still expect something to change? Thanks.

@adiroiban
Copy link
Member

I think that is safe to close it. It can be reopened if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants