Skip to content

Commit a97acda

Browse files
build(python): exit with success status if no samples found (#234)
Source-Link: googleapis/synthtool@53ea389 Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:e1793a23ae0ee9aafb2e3a53b564a351f74790dbe3c2d75f8fc3b8c43e5c036c
1 parent 520eaf9 commit a97acda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery_storage/to_dataframe/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def py(session: nox.sessions.Session) -> None:
226226

227227

228228
def _get_repo_root() -> Optional[str]:
229-
"""Returns the root folder of the project."""
229+
""" Returns the root folder of the project. """
230230
# Get root of this repository. Assume we don't have directories nested deeper than 10 items.
231231
p = Path(os.getcwd())
232232
for i in range(10):

0 commit comments

Comments
 (0)