Changeset 14169 in genesis for tools/gformat.py
- Timestamp:
- May 22, 2018, 7:44:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r14168 r14169 1512 1512 ] 1513 1513 else: 1514 # Bootstap cache directory if none exists 1515 if not glob.glob(os.path.join(CACHE_DIR,'*','index.html')): 1516 generate_static(CACHE_DIR, False) 1517 1514 1518 base_uri = environ['REQUEST_URI'] 1515 1519 uri = base_uri.strip('/').split('/')[1:]
Note:
See TracChangeset
for help on using the changeset viewer.