Skip to content

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

@jpmckinney

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

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