Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update main.py#2309

Merged
gguuss merged 1 commit into
GoogleCloudPlatform:masterGoogleCloudPlatform/python-docs-samples:masterfrom
joangro:patch-1joangro/python-docs-samples:patch-1Copy head branch name to clipboard
Aug 16, 2019
Merged

Update main.py#2309
gguuss merged 1 commit into
GoogleCloudPlatform:masterGoogleCloudPlatform/python-docs-samples:masterfrom
joangro:patch-1joangro/python-docs-samples:patch-1Copy head branch name to clipboard

Conversation

@joangro

@joangro joangro commented Jul 31, 2019

Copy link
Copy Markdown
Contributor

Wrong format of 'unix_socket inside the query parameter in sqlalchemy.create_engine.
Doing:
'/cloudsql/{}/'.format(cloud_sql_connection_name)
takes the path as a direcytory, the ending slash needs to be removed:
'/cloudsql/{}'.format(cloud_sql_connection_name)

Wrong format of 'unix_socket inside the query parameter in sqlalchemy.create_engine.
Doing:
  '/cloudsql/{}/'.format(cloud_sql_connection_name)
takes the path as a direcytory, the ending slash needs to be removed:
    '/cloudsql/{}'.format(cloud_sql_connection_name)
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 31, 2019

@gguuss gguuss left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the PR!

@gguuss gguuss merged commit ff9a856 into GoogleCloudPlatform:master Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.