display_sequence crashes if the list of sequences is empty #7

Closed
opened 2022-01-25 11:52:27 +01:00 by graffy · 0 comments
Owner

Problem detected during 22/11/2021 meeting.

how to reproduce:

  1. choose an emptry directory when executing Plugins/Ipr/Lipase/Define Raw Images Root
  2. launch Plugins/Ipr/Lipase/Display Sequence

Then you have the following error:

setting raw_images_root_path to bla
setting settings to {u'raw_images_root_path': u'/home/graffy/work/lipase/tmp/build'}
getting raw_images_root_path
[ERROR] Traceback (most recent call last):
  File "Ipr/Lipase/Display_Sequence.py", line 121, in <module>
  File "Ipr/Lipase/Display_Sequence.py", line 104, in run_script
  File "Ipr/Lipase/Display_Sequence.py", line 75, in ask_for_sequence
AssertionError
Problem detected during 22/11/2021 meeting. how to reproduce: 1. choose an emptry directory when executing `Plugins/Ipr/Lipase/Define Raw Images Root` 2. launch `Plugins/Ipr/Lipase/Display Sequence` Then you have the following error: ``` setting raw_images_root_path to bla setting settings to {u'raw_images_root_path': u'/home/graffy/work/lipase/tmp/build'} getting raw_images_root_path [ERROR] Traceback (most recent call last): File "Ipr/Lipase/Display_Sequence.py", line 121, in <module> File "Ipr/Lipase/Display_Sequence.py", line 104, in run_script File "Ipr/Lipase/Display_Sequence.py", line 75, in ask_for_sequence AssertionError ```
graffy added the
bug
label 2022-01-25 11:52:27 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: graffy/lipase#7
No description provided.