Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/MainWindow.py

    r8ac3551 r8353d90  
    3030        except Exception as ex: 
    3131            import logging 
    32             logging.error("Application failed with: " + str(ex)) 
     32            logging.error("Application failed with: ", ex) 
    3333            print("Application failed with: ", ex) 
    3434 
Note: See TracChangeset for help on using the changeset viewer.