mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00: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…
x
Reference in New Issue
Block a user