Skip to content

Commit 96f7381

Browse files
authored
Update packages_mirror.py
去掉不必要的打印
1 parent 43f6f25 commit 96f7381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/packages_mirror.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ def gogs_get_or_create_Repositories(self, org, repo, org_info):
118118
logging.error("Error message: {0}.".format(e))
119119
# print('e.code : '+str(e.code) )
120120
# print('e.reason: '+str(e.reason) )
121-
print(resp)
121+
#print(resp)
122122
org_repos_json = json.loads(resp)
123-
print(org_repos_json)
123+
#print(org_repos_json)
124124
for item in org_repos_json:
125125
if item['name'] == repo:
126126
print(item['name'] + ' Already existed, sync...')

0 commit comments

Comments
 (0)