You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello when running the "all file into one directory" part I have this error :
`
1 directory_name= "breeding_value" # name of your directory containing .xlsx file
3 path=shared_data(openalea.strawberry).glob(directory_name+'*.xlsx')
----> 4 names=[filename.split("\")[-1].split(".")[0] for filename in path]
5 for name in names:
6 write_excel_to_mtg(directory_name=directory_name,filename=name)
AttributeError: 'WindowsPath' object has no attribute 'split'
`
I have a local branch in which I propose a fix.
The text was updated successfully, but these errors were encountered:
Hello when running the "all file into one directory" part I have this error :
`
1 directory_name= "breeding_value" # name of your directory containing .xlsx file
3 path=shared_data(openalea.strawberry).glob(directory_name+'*.xlsx')
----> 4 names=[filename.split("\")[-1].split(".")[0] for filename in path]
5 for name in names:
6 write_excel_to_mtg(directory_name=directory_name,filename=name)
AttributeError: 'WindowsPath' object has no attribute 'split'
`
I have a local branch in which I propose a fix.
The text was updated successfully, but these errors were encountered: