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

"Given resources not found in config file" is incorrect error message #228

Open
jpmckinney opened this issue May 30, 2024 · 0 comments
Open

Comments

@jpmckinney
Copy link

jpmckinney commented May 30, 2024

Here:

color.Red("Given resources not found in config file.")

To reproduce:

$ tx delete --skip projectname.resourcename
# Initiating Delete

Deleting resource 'resourcename'
Resource 'resourcename' deleted

Then repeat (you can double-check that the .tx/config file hasn't changed):

$ tx delete --skip projectname.resourcename
# Initiating Delete

Given resources not found in config file.

The error message should be something like "Given resources not found in Transifex" instead, because the resource IS in the config file (local) – it's just not in Transifex (remote).

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