Skip to content

Commit 3c7c8b3

Browse files
authored
Update build_for_portal.py
1 parent 38c2231 commit 3c7c8b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_for_portal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
import logging
2020

2121
# See manual and pip3 install aura.tar.gz for logging
22-
# from aura import cli
23-
#
24-
# cli.init_logging(False, True)
22+
from aura import cli
23+
24+
cli.init_logging(False, True)
2525

2626
has_errors = False
2727
CLONE_DIR = "."

0 commit comments

Comments
 (0)