Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Noqa
  • Loading branch information
m-kuhn committed May 5, 2020
1 parent bcadf26 commit 0afe134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/postgis/connector.py
Expand Up @@ -78,7 +78,7 @@ def _toStrResultSet(self, res):
for rec in res:
newrec = []
for col in rec:
if type(col) == type(QVariant(None)):
if type(col) == type(QVariant(None)): # noqa
if (str(col) == 'NULL'):
col = None
else:
Expand Down

0 comments on commit 0afe134

Please sign in to comment.