Skip to content

Commit

Permalink
Removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzz-Lightyear committed Aug 9, 2024
1 parent 28cc129 commit 9d8884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bzlmod/go_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def _get_sum_from_module(path, module, sums):
elif module.local_path == None:
# When updating a dependency, its sum may not be in go.sum and we can't hard fail here
# since we need Bazel to tidy the module
print("No sum for {}@{} found, run bazel run @rules_go//go -- mod tidy to generate it".format(path, module.raw_version)) #module.parent_label))
print("No sum for {}@{} found, run bazel run @rules_go//go -- mod tidy to generate it".format(path, module.raw_version))
return None

return sums[entry]
Expand Down

0 comments on commit 9d8884a

Please sign in to comment.