1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Update lib/fetch.py

Co-authored-by: Anatoli Babenia <anatoli@rainforce.org>
This commit is contained in:
Igor Chubin
2020-11-12 12:55:11 +01:00
committed by GitHub
parent 72d2370843
commit d8a7732806
+1 -1
View File
@@ -202,7 +202,7 @@ def main(args):
logdir = os.path.dirname(CONFIG["path.log.fetch"])
if not os.path.exists(logdir):
os.makedirs()
os.makedirs(logdir)
logging.basicConfig(
filename=CONFIG["path.log.fetch"],