Merge "fix nits"
This commit is contained in:
commit
adca21ef30
@ -859,7 +859,7 @@ Example:
|
|||||||
|
|
||||||
This tooling aim to avoid to miss branching. This is a side effect of
|
This tooling aim to avoid to miss branching. This is a side effect of
|
||||||
the trailing projects, each series some of them are missed and remain
|
the trailing projects, each series some of them are missed and remain
|
||||||
unbranched. We faced similar use case previously and that leaded us to
|
unbranched. We faced similar use case previously and that led us to
|
||||||
issues during releasing on stable branches.
|
issues during releasing on stable branches.
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ def em():
|
|||||||
|
|
||||||
def maintained():
|
def maintained():
|
||||||
series = series_status.SeriesStatus.from_directory(ROOT_DIR)
|
series = series_status.SeriesStatus.from_directory(ROOT_DIR)
|
||||||
for serie in series:
|
for current_series in series:
|
||||||
if series.get(serie).is_maintained:
|
if series.get(current_series).is_maintained:
|
||||||
if serie != 'independent':
|
if current_series != 'independent':
|
||||||
print(serie)
|
print(current_series)
|
||||||
|
Loading…
Reference in New Issue
Block a user