Skip to content

Commit 1feb09e

Browse files
committed
Print out version file
1 parent 242ccc0 commit 1feb09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def read_version_file(path: str) -> Dict[str, str]:
135135
for line in lines:
136136
line = line.strip()
137137

138+
logging.info(f'VERSION: {line}')
138139
# コメント行
139140
# Comment line
140141
if line[:1] == '#':

0 commit comments

Comments
 (0)