mirror of
https://github.com/budtmo/docker-android.git
synced 2026-06-11 21:01:51 +08:00
delete useless code
This commit is contained in:
parent
9d3cb60f41
commit
648010d519
@ -19,8 +19,6 @@ def symlink_force(target, link_name):
|
||||
if e.errno == errno.EEXIST:
|
||||
os.remove(link_name)
|
||||
os.symlink(target, link_name)
|
||||
else:
|
||||
raise e
|
||||
|
||||
def get_or_raise(env: str) -> str:
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user