mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-07 06:53:40 +00:00
Test
This commit is contained in:
parent
3a17d005c5
commit
747672efd9
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ from get_general_settings import *
|
|||
import git
|
||||
|
||||
g = git.cmd.Git(os.path.dirname(__file__))
|
||||
g.pull('origin ' + branch + '--dry-run')
|
||||
g.pull('origin ' + branch + ' --dry-run')
|
||||
|
||||
print g
|
Loading…
Reference in a new issue