You've already forked docker-android
mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-03-10 11:37:45 -07:00
delete useless code
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user