Skip to content
Snippets Groups Projects
Commit 95dd2fc7 authored by Arnaud HEMMERLE's avatar Arnaud HEMMERLE
Browse files

Add str to avoid np.str

parent 4aac01a1
Branches jupyterlab
Tags
No related merge requests found
......@@ -469,7 +469,7 @@ def display_widgets_xrr_liquid(expt):
"is_save=%s, "
"is_print_info=%s"
")"%(
[elem for elem in list_xrr_files],
[str(elem) for elem in list_xrr_files],
'paths[\'dir_nxs\']',
expt.params['direct_scan_name'],
expt.params['roi_x0'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment