Skip to content

Commit

Permalink
Update python/plugins/db_manager/db_plugins/plugin.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Ailurupoda <akwalith@gmail.com>
  • Loading branch information
elpaso and Ailurupoda committed Jan 11, 2019
1 parent 5c0bcd9 commit 4011a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/plugin.py
Expand Up @@ -1111,7 +1111,7 @@ def getComment(self):
tab.database().connector._close_cursor(c) #Close cursor
return res #Return comment
else:
return '' #Return void string
return ''

def delete(self):
return self.table().deleteField(self)
Expand Down

0 comments on commit 4011a8d

Please sign in to comment.