mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-11-26 11:09:22 +03:00
parent
485a82d0a4
commit
d8ec06bd1f
@ -10,6 +10,8 @@ Configuration parameters:
|
||||
* path.log.fetch
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import sys
|
||||
import logging
|
||||
import os
|
||||
@ -60,7 +62,7 @@ def fetch_all(skip_existing=True):
|
||||
sys.stdout.write("\nERROR:\n---\n" + output)
|
||||
fatal("---\nCould not fetch %s" % adptr)
|
||||
else:
|
||||
print "Done"
|
||||
print("Done")
|
||||
|
||||
# Searching for location duplicates for different repositories
|
||||
known_location = {}
|
||||
|
Loading…
Reference in New Issue
Block a user