accusleepy 0.1.0__py3-none-any.whl → 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- accusleepy/gui/main.py +3 -1
- accusleepy/gui/primary_window.py +399 -365
- accusleepy/gui/primary_window.ui +1055 -936
- accusleepy/gui/text/config_guide.txt +5 -2
- {accusleepy-0.1.0.dist-info → accusleepy-0.1.2.dist-info}/METADATA +11 -7
- {accusleepy-0.1.0.dist-info → accusleepy-0.1.2.dist-info}/RECORD +7 -7
- {accusleepy-0.1.0.dist-info → accusleepy-0.1.2.dist-info}/WHEEL +0 -0
accusleepy/gui/main.py
CHANGED
|
@@ -267,7 +267,9 @@ class AccuSleepWindow(QtWidgets.QMainWindow):
|
|
|
267
267
|
)
|
|
268
268
|
return
|
|
269
269
|
if self.training_image_dir == "":
|
|
270
|
-
self.show_message(
|
|
270
|
+
self.show_message(
|
|
271
|
+
("ERROR: no output location selected for training images.")
|
|
272
|
+
)
|
|
271
273
|
return
|
|
272
274
|
|
|
273
275
|
# check some inputs for each recording
|