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

[intfutil]: Fix python indentation #166

Merged
merged 1 commit into from
Dec 8, 2017
Merged

Conversation

stcheng
Copy link
Contributor

@stcheng stcheng commented Dec 8, 2017

Signed-off-by: Shu0T1an ChenG [email protected]

Signed-off-by: Shu0T1an ChenG <[email protected]>
@stcheng stcheng added the Bug label Dec 8, 2017
@stcheng
Copy link
Contributor Author

stcheng commented Dec 8, 2017

@rodnymolina please take a look

@@ -53,7 +53,7 @@ def db_port_status_get(db, intf_name, status_type):
if status is None:
return "N/A"

if status_type == PORT_SPEED and status != "N/A":
if status_type == PORT_SPEED and status != "N/A":
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, no clue how that space got in there in the last second, this specific portion was tested several times.

@stcheng stcheng merged commit 1c680b4 into sonic-net:master Dec 8, 2017
@stcheng stcheng deleted the intfsutil branch December 8, 2017 07:49
stepanblyschak pushed a commit to stepanblyschak/sonic-utilities that referenced this pull request Apr 28, 2022
a4f39ac580cdc4bc816b829adefa56626332b6d6 (HEAD -> 201911, origin/201911) [RouteUpdater]: Fix multi_asic mock function implementation and multi_asic variable name (sonic-net#186)
583265e521df440549d29fd2ef403c09f9e907ab [LLDP]: Update init_db to load global database config (sonic-net#166)
005cf2e14005220699b57b0165b00914d009a852 Fix: correctly handle that lldp_loc_man_addr contains only IPv6 address without IPv4 address (sonic-net#164)

Signed-off-by: Abhishek Dosi <[email protected]>
mihirpat1 pushed a commit to mihirpat1/sonic-utilities that referenced this pull request Sep 15, 2023
Call pip2/3 using sudo to ensure packages are installed globally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants