Changeset 57b0148 in sasmodels
- Timestamp:
- Oct 4, 2016 10:29:44 AM (8 years ago)
- Children:
- 8e960b0
- Parents:
- 0c1e5a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kerneldll.py
r14a15a3 r57b0148 238 238 # Note: if there is a syntax error then compile raises an error 239 239 # 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) 242 242 return dll 243 243 … … 280 280 def _load_dll(self): 281 281 # type: () -> None 282 #print("dll", self.dllpath)282 print("dll", self.dllpath) 283 283 try: 284 284 self._dll = ct.CDLL(self.dllpath)
Note: See TracChangeset
for help on using the changeset viewer.