Mercurial > hg
comparison i18n/ru.po @ 50844:fb0f07c64304
pull: avoid referencing a variable before it is initialized
If `urlutil.get_pull_paths()` somehow yields nothing, the reference after the
loop appears to be a problem. I noticed this because PyCharm flagged (and still
flags) the initialization of this inside the loop as somehow unused. I'm not
sure why 1 isn't returned directly where it is set to the result of
`postincoming()`, but maybe the code is structured this way in anticipation of
future work.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 20 Aug 2023 01:49:48 -0400 |
parents | d4ba4d51f85f |
children |
comparison
equal
deleted
inserted
replaced
50843:7ef29f8b723d | 50844:fb0f07c64304 |
---|