Changeset 57b0148 in sasmodels


Ignore:
Timestamp:
Oct 4, 2016 10:29:44 AM (8 years ago)
Author:
wojciech
Children:
8e960b0
Parents:
0c1e5a9
Message:

Check-ups for 576

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    r14a15a3 r57b0148  
    238238        # Note: if there is a syntax error then compile raises an error 
    239239        # and the source file will not be deleted. 
    240         os.unlink(filename) 
    241         #print("saving compiled file in %r"%filename) 
     240        #os.unlink(filename) 
     241        print("saving compiled file in %r"%filename) 
    242242    return dll 
    243243 
     
    280280    def _load_dll(self): 
    281281        # type: () -> None 
    282         #print("dll", self.dllpath) 
     282        print("dll", self.dllpath) 
    283283        try: 
    284284            self._dll = ct.CDLL(self.dllpath) 
Note: See TracChangeset for help on using the changeset viewer.