Skip to content

Commit 617c154

Browse files
committed
Clean dead code from invoke
1 parent 7f81137 commit 617c154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
ROOT_DIR = Path(os.path.dirname(__file__))
3333
ATEST_OUTPUT = ROOT_DIR / "atest" / "output"
3434
UTEST_OUTPUT = ROOT_DIR / "utest" / "output"
35-
dist_dir = ROOT_DIR / "dist"
36-
build_dir = ROOT_DIR / "build"
35+
DIST_DIR = ROOT_DIR / "dist"
36+
BUILD_DIR = ROOT_DIR / "build"
3737
BROWSER_BATTERIES_DIR = ROOT_DIR / "browser_batteries"
3838
BROWSER_BATTERIES_BIN_DIR = BROWSER_BATTERIES_DIR / "BrowserBatteries" / "bin"
3939
proto_sources = (ROOT_DIR / "protobuf").glob("*.proto")

0 commit comments

Comments
 (0)