Changeset 74667d3 in sasmodels for sasmodels/kerneldll.py


Ignore:
Timestamp:
Jan 6, 2016 9:22:54 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3c97ff0
Parents:
9c79c32
Message:

don't print path to generated c file when it is being deleted after build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    r5d316e9 r74667d3  
    152152            raise RuntimeError("compile failed.  File is in %r"%filename) 
    153153        else: 
    154             ## uncomment the following to keep the generated c file 
    155             os.unlink(filename); print("saving compiled file in %r"%filename) 
     154            ## comment the following to keep the generated c file 
     155            os.unlink(filename) 
     156            #print("saving compiled file in %r"%filename) 
    156157    return dll 
    157158 
Note: See TracChangeset for help on using the changeset viewer.