Skip to content

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

Description

@jpmckinney

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions