Skip to content
Snippets Groups Projects
Commit 42debfe3 authored by Marko Petric's avatar Marko Petric
Browse files

Fix unicode conversion

parent 15a3e36c
No related branches found
No related tags found
No related merge requests found
......@@ -98,5 +98,5 @@ def import_rec():
# Now instantiate the entire thing
import_rec()
std_list_ISurface = core.std_list('ISurface*')
std_list_VolSurface = core.std_list('VolSurface')
std_list_ISurface = core.std_list(str('ISurface*'))
std_list_VolSurface = core.std_list(str('VolSurface'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment