mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-10 12:22:27 +03:00
EDMarketConnector: Annotate save_raw() complexity noqa
This commit is contained in:
parent
4ac9e9010e
commit
6ae6efaee9
@ -1178,7 +1178,7 @@ class AppWindow(object):
|
|||||||
self.destroy()
|
self.destroy()
|
||||||
self.__class__.showing = False
|
self.__class__.showing = False
|
||||||
|
|
||||||
def save_raw(self) -> None: # noqa: CCR001
|
def save_raw(self) -> None: # noqa: CCR001 # Not easily broken up.
|
||||||
"""Save newly acquired CAPI data in the configured file."""
|
"""Save newly acquired CAPI data in the configured file."""
|
||||||
self.status['text'] = _('Fetching data...')
|
self.status['text'] = _('Fetching data...')
|
||||||
self.w.update_idletasks()
|
self.w.update_idletasks()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user