Fixed git add errors
This commit is contained in:
parent
a36f23e6ae
commit
eb9b580d42
@ -85,7 +85,7 @@ async def run_command(args):
|
|||||||
|
|
||||||
|
|
||||||
async def git_add(loop, directory, file):
|
async def git_add(loop, directory, file):
|
||||||
return await asyncio.wait_for(loop.create_task(run_command(f'git -C {directory} add {file}')), 120)
|
return await asyncio.wait_for(loop.create_task(run_command(f'git -C {directory} add {directory}/{file}')), 120)
|
||||||
|
|
||||||
|
|
||||||
async def git_commit(loop, directory, message):
|
async def git_commit(loop, directory, message):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user