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