Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored Oct 26, 2018
1 parent 1de3153 commit f971c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def on_legend_click(self, current, column=0):
(pg_conn_info_out, conn_dict) = self.get_conn_from_settings(out)
self.versioning = versioning.pgLocal(
pg_conn_info_out, uri.schema(), self.get_conn_from_uri(uri))
self._pg_conn_info = pg_conn_info_out
rev = self.versioning.revision()
selection_type = 'working copy'
self.info.setText(uri.database()+' '+uri.schema()
Expand Down

0 comments on commit f971c38

Please sign in to comment.