Skip to content

Commit

Permalink
fix logging again
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Dec 13, 2023
1 parent 902c4d2 commit dd54a7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@

<!-- please describe the steps one should follow to evaluate -->

1. go to `{readthedocs url}/_static/work/lite/lab/?path={file to open}`
2. navigate to ...
3. see ...
1. open a new **private** browser window
2. go to ...

- https://jupyak--{PR#}.org.readthedocs.build/en/{PR#}/\_static/work/lite/lab/

3. navigate to ...
4. see ...

### where is the main discussion?

Expand Down
2 changes: 1 addition & 1 deletion src/jupyak/tasks/_js.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
" \"devDependencies\": patch_package_json.dev_dependencies,\n",
" }\n",
" name = pkg_data.get(\"name\")\n",
" print(f\"\"\" ... patching {name}#{section}\"\"\")\n",
" print(f\"\"\" ... patching {name}\"\"\")\n",
"\n",
" for section, values in sections.items():\n",
" if values:\n",
Expand Down

0 comments on commit dd54a7a

Please sign in to comment.