mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix syntax error in integration-test.py
This commit is contained in:
@@ -71,7 +71,7 @@ def copy_to_container(container_name, src_path, dest_path):
|
|||||||
"""
|
"""
|
||||||
subprocess.check_call([
|
subprocess.check_call([
|
||||||
'docker', 'cp',
|
'docker', 'cp',
|
||||||
src_path, f'{container_name}:{dest_path}''
|
src_path, f'{container_name}:{dest_path}'
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user