We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7036cd + 08e5d57 commit 47c0301Copy full SHA for 47c0301
1 file changed
flatterer/__init__.py
@@ -100,8 +100,8 @@ def flatten(
100
):
101
global LOGGING_SETUP
102
if not LOGGING_SETUP:
103
- setup_logging("warning")
104
LOGGING_SETUP = True
+ setup_logging("warning")
105
106
using_tmp = False
107
@@ -299,8 +299,8 @@ def cli(
299
300
301
302
- setup_logging("info")
303
+ setup_logging("info")
304
setup_ctrlc()
305
306
0 commit comments