Skip to content

Commit 50c08d2

Browse files
Updating logger version to 2.0.1
1 parent e3cd078 commit 50c08d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builder-tool/src/builderTool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
from gamuLogger import Logger, LEVELS, debugFunc
1313
import gamuLogger
1414

15-
if gamuLogger.__version__ < '2.0.0-beta.9':
15+
if gamuLogger.__version__ < '2.0.1':
1616
raise ImportError('Logger version is too old')
1717

1818
except (ImportError, AttributeError):
1919
print("Logger not found, installing...", end=' ', flush=True)
20-
os.system(f'{sys.executable} -m pip install https://github.com/GamuNetwork/logger/releases/download/2.0.0-beta.9/gamu_logger-2.0.0b9-py3-none-any.whl > {NULL_TARGET} 2> {NULL_TARGET}')
20+
os.system(f'{sys.executable} -m pip install https://github.com/GamuNetwork/logger/releases/download/2.0.1/gamu_logger-2.0.1-py3-none-any.whl > {NULL_TARGET} 2> {NULL_TARGET}')
2121
print("done")
2222
from gamuLogger import Logger, LEVELS, debugFunc
2323
import gamuLogger

0 commit comments

Comments
 (0)