mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
change env var name
This commit is contained in:
parent
82a54c780f
commit
1fe04a29b2
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ Difference to correct time: %s.""") % diffText
|
|||
", ".join([customRepr(x) for x in args]))
|
||||
lpath = re.sub("\.anki2$", ".log", self.pm.collectionPath())
|
||||
open(lpath, "ab").write(buf.encode("utf8") + "\n")
|
||||
if os.environ.get("LOG"):
|
||||
if os.environ.get("ANKIDEV"):
|
||||
print buf
|
||||
|
||||
# Schema modifications
|
||||
|
|
Loading…
Reference in a new issue