Add docstring for update_3rdparty.update_ace
This commit is contained in:
parent
3d9b33f6a5
commit
6831177f2e
@ -97,6 +97,10 @@ def update_dmg_makefile():
|
||||
|
||||
|
||||
def update_ace():
|
||||
"""Update ACE.
|
||||
|
||||
See https://ace.c9.io/ and https://github.com/ajaxorg/ace-builds/
|
||||
"""
|
||||
print("Updating ACE...")
|
||||
url = 'https://raw.githubusercontent.com/ajaxorg/ace-builds/master/src/ace.js'
|
||||
target_path = os.path.join('tests', 'end2end', 'data', 'hints', 'ace',
|
||||
|
Loading…
Reference in New Issue
Block a user