Missing sources upload when sources are deleted and --cache is used
#970
-
|
Hi, when using the newly introduced
Is this intendend? I think it would be benficial if in the beginning the CLI would pull the file status/hash from Crowdin to compare it with the local cache and decide whether an upload is required or not. |
Beta Was this translation helpful? Give feedback.
Answered by
andrii-bodnar
Jan 6, 2026
Replies: 1 comment 4 replies
-
|
@finebel thanks for reporting this! It looks like we check the cache too early. First, we need to decide if the upload is needed, and then we should check the cache. We will look into this. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
finebel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@finebel thanks for reporting this! It looks like we check the cache too early. First, we need to decide if the upload is needed, and then we should check the cache. We will look into this.