add "post no" for single-shot runs

This commit is contained in:
Axel Kohlmeyer
2025-01-11 17:43:05 -05:00
parent dbc6f77e53
commit 994a631150
2 changed files with 5 additions and 5 deletions

View File

@ -100,7 +100,7 @@
"metadata": {},
"outputs": [],
"source": [
"cmd.run(0)"
"cmd.run(0, \"post\", \"no\")"
]
},
{
@ -158,7 +158,7 @@
"metadata": {},
"outputs": [],
"source": [
"cmd.run(0)"
"cmd.run(0, \"post\", \"no\")"
]
},
{