Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed Sep 25, 2024
1 parent 4bb3da5 commit c4aefe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_data/digits-createimages.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"\n",
"print(\"DEBUG\")\n",
"print(os.environ)\n",
"output_dir = os.environ['workspace']+'/datasets/meterdigits'\n",
"output_dir = os.environ['GITHUB_WORKSPACE']+'/datasets/meterdigits'\n",
"print (\"PWD:\", os.getcwd())\n",
"shutil.rmtree(output_dir, ignore_errors=True)\n",
"os.makedirs(output_dir, exist_ok=True)\n",
Expand Down

0 comments on commit c4aefe5

Please sign in to comment.