<@ULVA73B9P> we are deploying flows to work pool a...
# ask-marvin
i
@Marvin we are deploying flows to work pool and get issues when colleagues are using windows:
Copy code
flow_from_source = await flow.from_source(source=RemoteStorage(remote_source), entrypoint=flow_entrypoint)
On windows, the path to the remote_source suddenly has back slashes and then fails, whereas on mac/linux everything works fine. The issues is that the bucket name does not exist because all slashes are changed to backslashes. We debugged to the best of our abilities and it seems that in the storage the remote path causes the issue. What should we do to make our code work for both windows and mac/linux?
n
hi @Isabel - sorry you're hitting trouble, would you be willing to open a bug report? this sounds like a bug to me
i
Sure, we will do so! Thanks