From 3b83289da1d005da236c1ebf10e1025b55d5edbb Mon Sep 17 00:00:00 2001 From: ldam <ldam@passcal.nmt.edu> Date: Wed, 23 Aug 2023 09:35:42 -0600 Subject: [PATCH] minor docstring's modification --- sohstationviewer/view/channel_prefer_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sohstationviewer/view/channel_prefer_dialog.py b/sohstationviewer/view/channel_prefer_dialog.py index aa866bbde..8d86161ad 100755 --- a/sohstationviewer/view/channel_prefer_dialog.py +++ b/sohstationviewer/view/channel_prefer_dialog.py @@ -394,7 +394,7 @@ class ChannelPreferDialog(OneWindowAtATimeDialog): @QtCore.Slot() def scan_channels(self): """ - Scan for all available channels in folder self.list_of_dir to add to + Scan for all available channels in self.list_of_dir to add to preferred channel list. For RT130, all SOH channels are kept in a log file. It will be more reasonable to get channels from DB because the task of getting -- GitLab