Skip to content

Commit 9a9c8dd

Browse files
Rename main.py to builder-tool.py
1 parent 2df213c commit 9a9c8dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ def execute():
152152
# some useful constants
153153

154154
PYTHON = sys.executable
155-
NULL_TARGET = '/dev/null' if os.name == 'posix' else 'nul'
155+
NULL_TARGET = '/dev/null' if os.name == 'posix' else 'nul'

0 commit comments

Comments
 (0)