Changeset d6353fb in sasview


Ignore:
Timestamp:
Apr 7, 2017 3:53:26 AM (7 years ago)
Author:
Tim Snow <tim.snow@…>
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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
4b402a1
Parents:
5c6002a
Message:

Compiler doesn't like non-standard characters

Removed and substituted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/basepage.py

    r5c6002a rd6353fb  
    17201720    def _threaded_draw_worker(self, threadedDrawQueue): 
    17211721        while True: 
    1722             # Check if a manager exists and it's running 
     1722            # Check to see is a manager is running and a calc is running 
    17231723            if ((self._manager.calc_1D is not None) and (self._manager.calc_1D.isrunning() == True)) or ((self._manager.calc_2D is not None) and (self._manager.calc_2D.isrunning() == True)): 
    17241724                # If a manager is running a calculation  
Note: See TracChangeset for help on using the changeset viewer.