Changeset e29c798 in sasview


Ignore:
Timestamp:
Dec 20, 2016 4:07:29 AM (7 years ago)
Author:
wojciech
Children:
9010f5f
Parents:
ebaaf05
Message:

Bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/gpu_options.py

    rebaaf05 re29c798  
    108108                d_index = 0 
    109109                for device in platform.get_devices(): 
    110                     combined_index = ":".join(str(p_index),str(d_index)) \ 
     110                    combined_index = ":".join([str(p_index),str(d_index)]) \ 
    111111                        if len(platforms) > 1 else str(d_index) 
    112112                    clinfo.append((combined_index, ":".join([platform.name,device.name]))) 
Note: See TracChangeset for help on using the changeset viewer.