Opened 8 years ago

Closed 8 years ago

#779 closed defect (fixed)

GUI warning about P(r) not using multiple data sets

Reported by: wojciech Owned by: piotr
Priority: major Milestone: SasView 4.1.0
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description

P(r) persepective works on a single data set only, which is reasonable. However when you have a two data set load and forget to unselected one, the warning message is not populated to GUI. The console returns istead:

\sasgui\perspectives\pr\pr.py", line 1278, in set_data

msg += "Prview does not allow multiple data!\n"

UnboundLocalError?: local variable 'msg' referenced before assignment

Change History (2)

comment:1 Changed 8 years ago by piotr

  • Owner set to piotr
  • Status changed from new to accepted

comment:2 Changed 8 years ago by Piotr Rozyczko <rozyczko@…

  • Resolution set to fixed
  • Status changed from accepted to closed

In a69a967b8ace2263edf57d6328d2ece6d26f1492/sasview:

Corrected message assignment. Fixed #779

Note: See TracTickets for help on using tickets.