diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-09-19 11:25:32 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-09-19 11:25:32 +0200 |
commit | 3270865977fcf5375b0d99e06ef6cf842eb406e9 (patch) | |
tree | ff69d96932cf8392d513e3e62da551878edb93a3 /gitlab/cli.py | |
parent | e5aa69baf90675777bcd10927cfb92e561343b75 (diff) | |
download | gitlab-3270865977fcf5375b0d99e06ef6cf842eb406e9.tar.gz |
hide the action attribute
Diffstat (limited to 'gitlab/cli.py')
-rw-r--r-- | gitlab/cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/cli.py b/gitlab/cli.py index 29e33c2..68a589f 100644 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -278,6 +278,7 @@ def main(): args.pop("config_file") args.pop("verbose") args.pop("what") + args.pop("action") cls = None try: |