Skip to content

Commit cf82c59

Browse files
author
Mike Haboustak
committed
Trace python-gitlab urls
1 parent b62409d commit cf82c59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

art/command_line.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def install_member(archive, member, target):
8181
def main(cache):
8282
"""Art, the Gitlab artifact repository client."""
8383

84+
Gitlab.enable_debug();
85+
8486
# we change the default when running under CI...
8587
if 'GITLAB_CI' in os.environ:
8688
_paths.cache_dir = '.art-cache'

0 commit comments

Comments
 (0)