1
0
Fork 0
forked from 0x2620/oxjs

fix build without examples, version can contain more than numbers

This commit is contained in:
j 2014-10-31 19:12:45 +01:00
commit bb931c006f
2 changed files with 2 additions and 2 deletions

View file

@ -257,7 +257,7 @@ def build_oxjs(downloads=False, geo=False):
lambda x: not re.search('^[._]', x),
os.listdir(root_path + 'examples/')
))
), [])),
), [])) if os.path.exists(root_path + 'examples/') else (),
'readme': list(map(
lambda x: {
'date': time.strftime(