Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some bugs #6

Merged
merged 3 commits into from
May 6, 2023
Merged

fix some bugs #6

merged 3 commits into from
May 6, 2023

Conversation

kitagry
Copy link
Member

@kitagry kitagry commented May 4, 2023

SSIA

@kitagry kitagry requested a review from yokomotod May 4, 2023 07:46
Copy link
Collaborator

@yokomotod yokomotod left a comment

Choose a reason for hiding this comment

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

thx!

@@ -17,8 +17,7 @@ def __init__(self, project_name: str, port: int, launch_emulator: bool = True, d
if is_port_in_use(port):
raise PortOccupiedError(f'port {port} is occupied.')
self.running_flg = True
self.proc = subprocess.Popen(["bigquery-emulator", "--project", f"{project_name}", "--port", f"{port}"
"--log-level", f"{log_level}"], shell=True)
self.proc = subprocess.Popen(["bigquery-emulator", "--project", f"{project_name}", "--port", f"{port}", "--log-level", f"{log_level}"], shell=True)
Copy link
Collaborator

Choose a reason for hiding this comment

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

re-format only, right ?

Copy link
Member Author

@kitagry kitagry May 6, 2023

Choose a reason for hiding this comment

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

No, there was not , between f"{port}" and "--log-level".

Copy link

@hirosassa hirosassa left a comment

Choose a reason for hiding this comment

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

Looks good but I put a minor comment.

bqemulatormanager/manager.py Show resolved Hide resolved
@kitagry kitagry merged commit 67eba49 into m3dev:main May 6, 2023
@kitagry kitagry deleted the quick-fix branch May 6, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants