Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore: fix replacement in synth.py (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jul 1, 2020
1 parent dbee00d commit 0c49594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions synth.metadata
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 synth.py
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 0c49594

Please sign in to comment.