Skip to content

Commit

Permalink
chore: fix replacement in synth.py (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Jul 1, 2020
1 parent 6bb918d commit 06fa238
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-trace/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-trace.git",
"sha": "95ffd4e247b48d055bbe626f8231792bf0015d20"
"remote": "git@github.com:googleapis/python-trace",
"sha": "dbee00dcf67d988cf0ec4054619e74d80836800b"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b882b8e6bfcd708042ff00f7adc67ce750817dd0",
"internalRef": "318028816"
"sha": "a758393a3f77b11b0ddbf62d468454dd6492f48a",
"internalRef": "319296039"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-trace/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
s.move(templated_files)

# TODO(busunkim): Use latest sphinx after microgenerator transition
s.replace("noxfile.py", '['"]sphinx["']', '"sphinx<3.0.0"')
s.replace("noxfile.py", '''['"]sphinx["']''', '"sphinx<3.0.0"')

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit 06fa238

Please sign in to comment.