Mercurial > libervia-backend
changeset 3108:07aac71ea31f
quick_frontend (widget): typo
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Fri, 03 Jan 2020 20:10:58 +0100 |
| parents | a754523fc0f6 |
| children | 6844b2d18eba |
| files | sat_frontends/quick_frontend/quick_widgets.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_frontends/quick_frontend/quick_widgets.py Fri Jan 03 17:10:53 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_widgets.py Fri Jan 03 20:10:58 2020 +0100 @@ -392,7 +392,7 @@ def resync(self): """Method called when backend can be resynchronized - The widget has to set self.sync itself when the synchronisation if finished + The widget has to set self.sync itself when the synchronisation is finished """ pass
