fixing too long line
All checks were successful
gl/check check status: success (906a426a48441d93786043603da4e94ea38b2f32)
All checks were successful
gl/check check status: success (906a426a48441d93786043603da4e94ea38b2f32)
This commit is contained in:
@ -113,7 +113,13 @@ def process_repositories(args, service):
|
||||
|
||||
source_path = pathlib.Path(copy_from, doc["rst_location"])
|
||||
target_path = pathlib.Path(copy_to, doc["rst_location"])
|
||||
sync(source_path, target_path, purge=True, create=True, exclude=['conf.py'])
|
||||
sync(
|
||||
source_path,
|
||||
target_path,
|
||||
purge=True,
|
||||
create=True,
|
||||
exclude=['conf.py']
|
||||
)
|
||||
repo_to.index.add([doc["rst_location"]])
|
||||
if len(repo_to.index.diff("HEAD")) == 0:
|
||||
# Nothing to commit
|
||||
|
Reference in New Issue
Block a user