Rasa interactive unable to export training to file

Tried using the 1.70 version of rasa and rasa-sdk. I started to notice new errors come up for rasa interactive with no change in configuration anywhere else.

Previously, I was able to specify new paths in the export workflow and rasa interactive would be able to create those directories and export to those files.

This is the error I’m getting -

FileNotFoundError: [Errno 2] No such file or directory: 'data/2020-02-10-1635/nlu.md'

2020-02-10 11:05:08 ERROR    asyncio  - Task exception was never retrieved
future: <Task finished coro=<_serve_application.<locals>.run_interactive_io() done, defined at /build/lib/python3.6/site-packages/rasa/core/training/interactive.py:1469> exception=FileNotFoundError(2, 'No such file or directory')>

How do I get around this? The Docker command that I’m using is this -

docker run -it -v $(pwd):/app --name=rasa-interactive --network=rasa_default sample-rasa-core interactive 

Please ignore this request. I think in my current setup, the requirement is that both nlu.md and stories.md need to be in the same folder.