Uh oh!
There was an error while loading. Please reload this page.
Fix doc line linking - #2025
Conversation
| source_path = source.replace(path, '') | ||
| return source_path[1:] | ||
| return source_path |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
daspecster
commented
Jul 26, 2016
@tseaver there we go. LMKWYT! |
| ABSOLUTE_LIBRARY_PATH = '/'.join(os.path.abspath(gcloud.__file__) | ||
| .split('/')[:-2]) | ||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
3055ed3 to
6bbe052Compare| if 'gcloud-python' in source: | ||
| source_path = source.split('gcloud-python')[1] | ||
| if ABSOLUTE_LIBRARY_PATH in source: | ||
| source_path = source.replace(ABSOLUTE_LIBRARY_PATH, '') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
tseaver
commented
Jul 28, 2016
The test fix is my bad: I introduced the test failure while merging / fixing up #2029. I restarted Travis after pushing my fix. |
tseaver
commented
Jul 28, 2016
LGTM |
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Fixes#2024 and adds Error Reporting module.