Skip to content
Snippets Groups Projects
Commit afd0a4b0 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts.settings] Satisfy flake8

parent d5c77c04
No related branches found
No related tags found
1 merge request!217[scripts.settings] New CLI to bulk edit project settings
......@@ -3,9 +3,8 @@
import os
import click
import gitlab
from ..log import echo_warning, echo_info, echo_normal
from ..log import echo_info, echo_normal
from ..log import get_logger
from ..log import verbosity_option
from ..release import get_gitlab_instance
......@@ -141,7 +140,7 @@ def settings(projects, avatar, description, archive, dry_run):
# list current settings
s = f"{k.namespace['name']}/{k.name}"
if k.archived:
s += f" [archived]"
s += " [archived]"
s += f": {k.description}"
echo_normal(s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment