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

Unable to run tx config on windows cmdline #292

Open
Daltz333 opened this issue Apr 25, 2020 · 2 comments
Open

Unable to run tx config on windows cmdline #292

Daltz333 opened this issue Apr 25, 2020 · 2 comments

Comments

@Daltz333
Copy link

Daltz333 commented Apr 25, 2020

tx config mapping-bulk --project frc-docs --file-extension '.pot' --source-file-dir build/gettext --source-lang en --type PO --expression 'source/locale/<lang>/LC_MESSAGES/{filepath}/{filename}.po' --execute

works as intended in powershell, but barfs with no output (no errors) on commandline.

@Daltz333 Daltz333 changed the title Unable to run tx config on windows Unable to run tx config on windows cmdline Apr 25, 2020
@nelefth
Copy link
Contributor

nelefth commented May 2, 2020

@Daltz333 was your .tx/config file updated once you run tx config?

Can you please share your file structure in order to take a better look at it? Also, can you please re-run tx config along with --debug and --traceback options and share the output here?

@Daltz333
Copy link
Author

Daltz333 commented May 7, 2020

The output with --debug and --traceback is "The system cannot find the file specified"

Additionally, my file structure looks like

build/gettext/
source/
conf.py
azure-pipelines.yml
...

where build/gettext/ contains my .po files. Things work as expected in powershell but not cmd.

I suspect it has something to do with spaces in my directory paths.

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

2 participants