File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515TRACE = False
1616connect_str = f"sqlite:///{ config .db_path .as_posix ()} "
17- log .debug (f"Connecting to database at { connect_str } " )
17+ if TRACE :
18+ log .debug (f"Connecting to database at { connect_str } " )
1819engine = create_engine (connect_str , echo = TRACE )
1920Session = sessionmaker (bind = engine )
2021
Original file line number Diff line number Diff line change 55
66[project ]
77name = " mpflash"
8- version = " 1.26.2 "
8+ version = " 1.26.3 "
99description = " Flash and download tool for MicroPython firmwares"
1010authors = [
1111 {name = " Jos Verlinde" , email = " jos_verlinde@hotmail.com" }
@@ -75,9 +75,9 @@ test = [
7575 " fasteners>=0.19" ,
7676 " mock>=4.0.3,<6.0.0" ,
7777]
78- perf = [
79- " scalene>=1.5.51" ,
80- ]
78+ # perf = [
79+ # "scalene>=1.5.51",
80+ # ]
8181
8282[project .scripts ]
8383mpflash = " mpflash.cli_main:mpflash"
You can’t perform that action at this time.
0 commit comments