libfuse/python-fuse

Can't mount multiple file in hello.py under example

vbulchandani opened this issue · 0 comments

hello_path = ['/hello', '/Apple']
hello_str = ['Hello World!\n', 'Hello Apple\n']

Modify the for in each funciton.
Does it work for that?