-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: Fix missing space in error message. #821
Merged
gcf-merge-on-green
merged 2 commits into
googleapis:master
from
gor-obr:error-message-fix-layout
Aug 3, 2021
Merged
fix: Fix missing space in error message. #821
gcf-merge-on-green
merged 2 commits into
googleapis:master
from
gor-obr:error-message-fix-layout
Aug 3, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gor-obr
requested review from
arithmetic1728,
silvolu and
a team
as code owners
August 3, 2021 20:16
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Aug 3, 2021
tseaver
approved these changes
Aug 3, 2021
tseaver
added
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Aug 3, 2021
Let's hold off merging this while getting the |
gor-obr
force-pushed
the
error-message-fix-layout
branch
from
August 3, 2021 20:27
fe73e3f
to
dc0ec63
Compare
@gor-obr Thank you very much for the patch! |
arithmetic1728
approved these changes
Aug 3, 2021
tseaver
removed
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Aug 3, 2021
tseaver
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
automerge
Merge the pull request once unit tests and other checks pass.
labels
Aug 3, 2021
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 3, 2021
arithmetic1728
changed the title
Fix missing space in error message.
fix: Fix missing space in error message.
Aug 3, 2021
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Aug 3, 2021
busunkim96
pushed a commit
that referenced
this pull request
Aug 16, 2021
Added missing space in the log message.
busunkim96
pushed a commit
that referenced
this pull request
Aug 17, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://github.com/googleapis/google-auth-library-python/compare/v2.0.0-b1...v2.0.0) (2021-08-16) ### ⚠ BREAKING CHANGES * drop support for Python 2.7 ([#778](https://github.com/googleapis/google-auth-library-python/issues/778)) ([560cf1e](https://github.com/googleapis/google-auth-library-python/commit/560cf1ed02a900436c5d9e0a0fb3f94b5fd98c55)) ### Features * service account is able to use a private token endpoint ([#835](https://github.com/googleapis/google-auth-library-python/issues/835)) ([20b817a](https://github.com/googleapis/google-auth-library-python/commit/20b817af8e202b0331998e5abde4e2a5aab51f9a)) ### Bug Fixes * downscoping documentation bugs ([#830](https://github.com/googleapis/google-auth-library-python/issues/830)) ([da8bb13](https://github.com/googleapis/google-auth-library-python/commit/da8bb13c1349e771ffc2e125256030495c53d956)) * Fix missing space in error message. ([#821](https://github.com/googleapis/google-auth-library-python/issues/821)) ([7b03988](https://github.com/googleapis/google-auth-library-python/commit/7b039888aeb6ec7691d91c9afce182b17f02b1a6)) ### Documentation * update user guide/references for downscoped creds ([#827](https://github.com/googleapis/google-auth-library-python/issues/827)) ([d1840dc](https://github.com/googleapis/google-auth-library-python/commit/d1840dcdcd03dfd7fdfa81d08da68402f6f8b658)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added missing space in the log message.