Skip to content

Commit

Permalink
chore(dlp): exclude 'noxfile.py' from synth (#9284)
Browse files Browse the repository at this point in the history
Supersedes #9261.
  • Loading branch information
tseaver authored Sep 25, 2019
1 parent 230d83e commit c4d2e99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/google-cloud-dlp/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-08-06T12:23:29.991839Z",
"updateTime": "2019-09-24T18:27:57.363448Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.32.1",
"dockerImage": "googleapis/artman@sha256:a684d40ba9a4e15946f5f2ca6b4bd9fe301192f522e9de4fff622118775f309b"
"version": "0.37.0",
"dockerImage": "googleapis/artman@sha256:0f66008f69061ea6d41499e2a34da3fc64fc7c9798077e3a37158653a135d801"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e699b0cba64ffddfae39633417180f1f65875896",
"internalRef": "261759677"
"sha": "c277413f1840b735582235ece0a7f2825520b7a5",
"internalRef": "270943570"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dlp/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,6 @@
# Add templated files
# ----------------------------------------------------------------------------
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
s.move(templated_files)
s.move(templated_files, excludes=['noxfile.py'])

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

0 comments on commit c4d2e99

Please sign in to comment.