Skip to content

Commit ff18423

Browse files
committed
fix the default value for the version
1 parent d7c4e6c commit ff18423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/uv/private/lock.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ modifications and the locking is not done from scratch.
219219
default = full_version(
220220
version = DEFAULT_PYTHON_VERSION,
221221
minor_mapping = MINOR_MAPPING,
222-
),
222+
) if BZLMOD_ENABLED else "",
223223
),
224224
"srcs": attr.label_list(
225225
mandatory = True,

0 commit comments

Comments
 (0)