Skip to content

Commit 0c8e910

Browse files
committed
Added comment
1 parent 5596727 commit 0c8e910

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

remove-json-keys/utils/bump.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
sys.path.insert(0, path.join(path.dirname(__file__), '../src'))
77
from remove_json_keys.lib import log # type: ignore
88

9+
# Load pyproject.toml
910
pyproject_path = path.join(path.dirname(__file__), '../pyproject.toml')
1011
log.info(f'Loading {pyproject_path}...')
1112
with open(pyproject_path, 'rb') as file : pyproject = tomli.load(file)

translate-messages/utils/bump.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
sys.path.insert(0, path.join(path.dirname(__file__), '../src'))
77
from translate_messages.lib import log # type: ignore
88

9+
# Load pyproject.toml
910
pyproject_path = path.join(path.dirname(__file__), '../pyproject.toml')
1011
log.info(f'Loading {pyproject_path}...')
1112
with open(pyproject_path, 'rb') as file : pyproject = tomli.load(file)

0 commit comments

Comments
 (0)