Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Oct 21, 2024
1 parent 6f5a58e commit 3bbe598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def path_to_binary(self) -> str:

# This is a development version! Assume Go is installed.
# Set the install directory to the cache location.
envdict = {**os.environ, "GOBIN": self.BIN_CACHE}
envdict = {**os.environ, "GOBIN": self.BIN_CACHE}
PRISMPKG = "github.com/apache/beam/sdks/v2/go/cmd/prism"

process = subprocess.run(["go", "install", PRISMPKG],
Expand Down

0 comments on commit 3bbe598

Please sign in to comment.