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:
+1
-1
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user