mara / mara-pipelines

A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
MIT License
2.08k stars 102 forks source link

use "," when instantiating Path object #12

Closed Tafkas closed 5 years ago

Tafkas commented 5 years ago

Using "/" when instantiating a pathlib.Path object results in an error. This PR fixes this.