Skip to content

Commit

Permalink
fix escape sequence depracation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ezbz committed Nov 26, 2024
1 parent 471f8fa commit 4f1fbf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions gitlabber/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import os
import sys
import logging
Expand Down Expand Up @@ -73,7 +72,7 @@ def config_logging(args):


def parse_args(argv=None):
example_text = '''examples:
example_text = r'''examples:
clone an entire gitlab tree using a url and a token:
gitlabber -t <personal access token> -u <gitlab url>
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
anytree==2.12.1
GitPython==3.1.43
python-gitlab==4.7.0
python-gitlab==5.0.0
globre==0.1.5
PyYAML==6.0.1
tqdm==4.66.4
PyYAML==6.0.2
tqdm==4.67.1
docopt==0.6.2
urllib3==2.2.2
urllib3==2.2.3

0 comments on commit 4f1fbf2

Please sign in to comment.