Skip to content

Commit

Permalink
fix: Windows examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Oct 14, 2024
1 parent c4142f6 commit 8162619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/Parameter_Types.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
"class P(param.Parameterized):\n",
" p = param.Path('Parameter_Types.ipynb')\n",
" f = param.Filename('Parameter_Types.ipynb')\n",
" d = param.Foldername('lib', search_paths=['/','/usr','/share'])\n",
" d = param.Foldername('lib', search_paths=['/','/usr','/share'], check_exists=False)\n",
" o = param.Filename('output.csv', check_exists=False)\n",
" \n",
"p = P()\n",
Expand Down

0 comments on commit 8162619

Please sign in to comment.