Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Conversation

@bofeiw
Copy link
Contributor

@bofeiw bofeiw commented Oct 23, 2019

When running server/scripts/create_psql_db.py, an type error of integer occurs:

72616531_420025895379409_2796511622275792896_n

This error is raised because of the PGPORT is a string but .connect -> port is expecting an integer. Casting it to int using int() works.

@bofeiw bofeiw requested a review from jjccharles October 23, 2019 15:14
@jjccharles jjccharles merged commit d7a75b2 into master Oct 24, 2019
@jjccharles jjccharles deleted the fix/create_qsql_db-int-issue branch October 24, 2019 01:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants