mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-15 10:25:13 +08: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
|
import git
|
||||||
|
|
||||||
g = git.cmd.Git(os.path.dirname(__file__))
|
g = git.cmd.Git(os.path.dirname(__file__))
|
||||||
g.pull('origin ' + branch + '--dry-run')
|
g.pull('origin ' + branch + ' --dry-run')
|
||||||
|
|
||||||
print g
|
print g
|
Loading…
Reference in a new issue