ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
467 stars 78 forks source link

Syncing projects took [None] #96

Closed bofomike closed 1 week ago

bofomike commented 2 years ago

Describe the bug After all expected projects are cloned, there's this last message logged: 2022-01-28 11:59:26,897 - gitlabber.git - DEBUG - Syncing projects took [None] I guess [None] is not expected here

To Reproduce This is the call we are using upon container start: gitlabber -u https://our_gitlab_url -t $(cat /tmp/gitlab/ls /tmp/gitlab | head -1) --verbose -a exclude -i "/Trusted IDentity**" .

Expected behavior Proper value replacing current [None]

Versions (please complete the following information):

ezbz commented 2 years ago

Can you please run you command in verbose mode and place the output here