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

BUGFIX: Fixed inconsistent use of tabs and indentation error #662

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryansantos1174
Copy link

In dbsClient.py there was a single line that used spaces instead of tabs. This would cause crashes due to the inconsistent use of tabs and spaces. I just replaced the spaces with tabs on that line.

@cmsdmwmbot
Copy link

Can one of the admins verify this patch?

Copy link
Contributor

@vkuznet vkuznet left a comment

Choose a reason for hiding this comment

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

+1 from my side, @amaltaro please review as well

@vkuznet vkuznet requested a review from amaltaro March 27, 2023 13:49
Copy link
Contributor

@amaltaro amaltaro left a comment

Choose a reason for hiding this comment

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

Evil tabs! Thank you for this contribution, @ryansantos1174. It looks good to me.

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.

4 participants