From 1e4f8ca41695aac70bcc66c81b593ec814f2037a Mon Sep 17 00:00:00 2001 From: ldam <ldam@passcal.nmt.edu> Date: Tue, 29 Aug 2023 17:18:13 -0600 Subject: [PATCH] flake8 --- sohstationviewer/view/channel_prefer_dialog.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sohstationviewer/view/channel_prefer_dialog.py b/sohstationviewer/view/channel_prefer_dialog.py index bdbe3d24b..9775b9bf9 100755 --- a/sohstationviewer/view/channel_prefer_dialog.py +++ b/sohstationviewer/view/channel_prefer_dialog.py @@ -464,7 +464,8 @@ class ChannelPreferDialog(OneWindowAtATimeDialog): if widget is not None: widget.setParent(None) self.channel_info = read_mseed_channels( - self.tracking_info_text_browser, self.list_of_dir, is_multiplex) + self.tracking_info_text_browser, + self.list_of_dir, is_multiplex) if len(self.channel_info) == 0: msg = "No data can be read from " + ', '.join(self.list_of_dir) return QtWidgets.QMessageBox.warning(self, "No data", msg) -- GitLab