Changes in / [df20715:b889b6a] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernelcl.py

    r4e28511 r069743a  
    329329            return [cl.create_some_context(interactive=False)] 
    330330        except Exception as exc: 
    331             # TODO: Should warnings instead by put into logging.warn? 
     331            # TODO: Should warnings instead be put into logging.warn? 
    332332            warnings.warn(str(exc)) 
    333333            warnings.warn( 
Note: See TracChangeset for help on using the changeset viewer.