Ignore:
Timestamp:
Oct 11, 2018 1:59:57 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1249
Children:
88d2e70
Parents:
67ed543
Message:

remove errors and warnings from py37 tests of sascalc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/readers/associations.py

    ra32c19c re090ba90  
    5353                exec("loader.associate_file_type('%s', %s)" 
    5454                     % (ext.upper(), reader)) 
    55             except: 
     55            except Exception as exc: 
    5656                msg = "read_associations: skipping association" 
    57                 msg += " for %s\n  %s" % (ext.lower(), sys.exc_value) 
     57                msg += " for %s\n  %s" % (ext.lower(), exc) 
    5858                logger.error(msg) 
Note: See TracChangeset for help on using the changeset viewer.