mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
[build] Add
Add print_list function
This commit is contained in:
@ -63,6 +63,10 @@ def print_info(info=""):
|
||||
print("------------------------------------------")
|
||||
return
|
||||
|
||||
def print_list(list):
|
||||
print('[%s]' % ', '.join(map(str, list)))
|
||||
return
|
||||
|
||||
# file system -------------------------------------------
|
||||
def is_file(path):
|
||||
return os.path.isfile(get_path(path))
|
||||
|
||||
Reference in New Issue
Block a user