Commit 9d7f58c
authored
Escape initial
Fix #44
The above issue only arises in Python's argparse when `postgresql_backup_rsync_backup_opts` is "one word", which is why UseGalaxy.org doesn't see this ( https://github.com/galaxyproject/usegalaxy-playbook/blob/main/env/main/group_vars/dbservers/vars.yml#L8C1-L8C36 ).- when passing postgresql_backup_rsync_backup_opts
1 parent f23cb7a commit 9d7f58c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments