Skip to content

Commit 95e7ae8

Browse files
ckunkiArBridgeman
andauthored
Apply suggestions from code review
Co-authored-by: Ariel Schulz <[email protected]>
1 parent 9db3f9b commit 95e7ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/util/dependencies/poetry_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def get_dependencies_from_latest_tag() -> (
164164
OrderedDict[str, dict[NormalizedPackageStr, Package]]
165165
):
166166
latest_tag = Git.get_latest_tag()
167-
dir = PROJECT_CONFIG.root.relative_to(Git.toplevel())
167+
directory = PROJECT_CONFIG.root.relative_to(Git.toplevel())
168168
with tempfile.TemporaryDirectory() as path:
169169
tmpdir = Path(path)
170170
for file in ("poetry.lock", PYPROJECT_TOML):

0 commit comments

Comments
 (0)