Commit 5d196c5
Kyle Halog
Fixed versionstring fails
Split of Versionstring fails:
db = postgresql.open(database='marten',host='10.8.2.1',port=5431)
# postgresql-v10 runs on port 5431 on that machine
->
File "/usr/lib/python3/dist-packages/postgresql/versionstring.py", line 28, in <listcomp>
vlist = [int(x or '0') for x in v[:-1]]
ValueError: invalid literal for int() with base 10: '2 (Debian 10'1 parent ef7b9a9 commit 5d196c5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments