| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| source_path = source.replace(path, '') | ||
|
|
||
| return source_path[1:] | ||
| return source_path |
|
@tseaver there we go. LMKWYT! |
Sorry, something went wrong.
| ABSOLUTE_LIBRARY_PATH = '/'.join(os.path.abspath(gcloud.__file__) | ||
| .split('/')[:-2]) | ||
|
|
||
|
|
| 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, '') |
|
The test fix is my bad: I introduced the test failure while merging / fixing up #2029. I restarted Travis after pushing my fix. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
* 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>
| Back | FazBrowse Home | New Git URL |
Fixes #2024 and adds Error Reporting module.