Skip to content

Commit

Permalink
Fix results path
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Jun 20, 2019
1 parent cd04e5a commit 6209077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/datapackage-reader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"outputs": [],
"source": [
"# create path for results (we use the datapackage_dir to store results)\n",
"results_path = os.path.join(os.path.expanduser(\"~\"), \"oemof-results\", name)\n",
"results_path = os.path.join(os.path.expanduser(\"~\"), \"oemof-results\", name, \"output\")\n",
"if not os.path.exists(results_path):\n",
" os.makedirs(results_path)"
]
Expand Down

0 comments on commit 6209077

Please sign in to comment.