Commit 80c927c
committed
Fix: Resolve conflicting --pull_number argument definition
Removes the duplicate argparse definition for `--pull_number`,
resolving the `argparse.ArgumentError`. The `--pull_number` argument
is now correctly defined once as an optional argument, with the
script falling back to auto-detection if it's not provided.1 parent 252b5fa commit 80c927c
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | 215 | | |
222 | 216 | | |
223 | 217 | | |
| |||
0 commit comments