This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
M logging.py
-- little fix
main
Joshua Boverhof
17 years ago
parent
04d96fee25
commit
e145d025ca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
logging.py
+ 1
- 1
logging.py
View File
@@ -193,7 +193,7 @@ def gridLog(**kw):
"""
import os
if not bool(
os.environ.get('GRIDLOG_ON', False
) ):
if not bool(
int(os.environ.get('GRIDLOG_ON', 0)
) ):
return
url = os.environ.get('GRIDLOG_DEST')
Write
Preview
Loading…
Cancel
Save