You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Command download sources finds no source files to download.
To Reproduce
Steps to reproduce the behavior: list sources works fine
crowdin list sources --identity .crowdin.yml --branch="releases-7.3.3" --verbose
[OK] Fetching project info
[OK] File 'src\main\resources\translations\en\SuggestionTexts.properties'
but pull sources fails.
crowdin pull sources --identity .crowdin.yml --branch="releases-7.3.3" --verbose
[OK] Fetching project info
[WARNING] No sources found for '\src\main\resources\translations\en\*' pattern. Check the source paths in your configuration file
Describe the bug
Command
download sources
finds no source files to download.To Reproduce
Steps to reproduce the behavior:
list sources
works finebut
pull sources
fails.The configuration is:
I tried removing the first
/
from thesource
field incrowdin.yml
but it didn't help.Expected behavior
crowdin list sources --identity .crowdin.yml --branch="releases-7.3.3" --verbose
should outputEnvironment:
Additional context
It works fine with Crowdin CLI 3.15.0 under Ubuntu.
The text was updated successfully, but these errors were encountered: