We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79ca19 commit 5327191Copy full SHA for 5327191
setup.py
@@ -42,6 +42,7 @@
42
def read(fname):
43
return open(os.path.join(os.path.dirname(__file__), fname)).read()
44
45
+
46
log = logging.getLogger("EasyBuild")
47
48
# log levels: NOTSET (default), DEBUG, INFO, WARNING, ERROR, CRITICAL
0 commit comments