Ignore:
Timestamp:
Mar 13, 2015 1:23:24 PM (10 years ago)
Author:
krzywon
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
0ea31ca
Parents:
bb074b3
Message:

Fixed the focus bug associated with #275 where focus wasn't being set on
the fitting pages. Made some cahnges to the cansas reader to be more
explicit and (attempt to) lower the pylint scores.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/dataloader/readers/cansas_constants.py

    rc43e875 r682c432  
    101101    RUN = {"variable" : "{0}.run.append(\"{1}\")", 
    102102           "attributes" : {"name" : 
    103                            {"variable" : "{0}.run_name[node_value] = \"{1}\""}} 
     103                           {"variable" : "{0}.run_name[\"{3}\"] = \"{1}\""}} 
    104104          } 
    105105    SASDATA_IDATA_Q = {"variable" : "{0}.x = numpy.append({0}.x, {1})", 
     
    623623                      "attributes" : {"name" : 
    624624                                      {"variable" : 
    625                                        "{0}.run_name[node_value] = \"{1}\""}}, 
     625                                       "{0}.run_name[\"{3}\"] = \"{1}\""}}, 
    626626                      "children" : {"Title" : TITLE, 
    627627                                    "Run" : RUN, 
Note: See TracChangeset for help on using the changeset viewer.