Skip to content

Commit 494199d

Browse files
authored
Merge pull request #2 from lsst-sqre-testing/tickets/DM-12913
Also set data dir in next cell.
2 parents 4bffa64 + 18023a9 commit 494199d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"outputs": [],
6060
"source": [
6161
"import os\n",
62-
"DATA_DIR = os.path.join(os.environ['HOME'], \"data\")\n",
62+
"DATA_DIR = os.path.join(os.environ['HOME'], \"DATA\")\n",
6363
"CI_HSC_DIR = os.path.join(DATA_DIR, \"ci_hsc_small\")\n",
6464
"WORK_DIR = os.path.join(os.environ['HOME'], \"WORK\")"
6565
]

0 commit comments

Comments
 (0)