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 for utils.listDbs() method (DM-4204) #8

Merged
merged 1 commit into from Oct 28, 2015
Merged

Conversation

andy-slac
Copy link
Contributor

Tested with wmgr and works OK now. Additional small cleanup for
pylint-exposed issues.

@@ -95,6 +95,8 @@ def getEngineFromFile(fileName,
url.port = port
if database:
url.database = database
if query:
url.query = query
Copy link
Contributor

Choose a reason for hiding this comment

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

should we add "or query" to the if on line 84?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, good point, I missed that. I'll add it there.

Tested with wmgr and works OK now. Additional small cleanup for
pylint-exposed issues.
@andy-slac andy-slac merged commit 323dafa into master Oct 28, 2015
@ktlim ktlim deleted the tickets/DM-4204 branch August 25, 2018 03:44
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.

None yet

2 participants