CLI submits a pre-saved file

Dear friends,

I use Linux Mint and VS Code.

Suppose I solved AND SAVED an exercise using VS Code, then I run the tests (pytest) on VS Code and finally submit the exercise thought CLI.
The issue is: CLI is submitting a “pre-saved” version of the file instead of the most recent one (the one I last saved).

If I save and submit the file one more time, everything goes ok.

Can you please help me on that?

Kind regards,

Rod.

Your description reminds me of problems caused by faulty naming of files. Did you perhaps mistype? E.g. exercism submit Solution.py instead of exercism submit solution.py.

1 Like