Changeset 14170 in genesis
- Timestamp:
- May 22, 2018, 7:46:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r14169 r14170 1516 1516 generate_static(CACHE_DIR, False) 1517 1517 1518 # URL must be of format <prefix>/config/<path> 1518 1519 base_uri = environ['REQUEST_URI'] 1519 uri = base_uri.strip('/').split('/')[1:]1520 uri = filter(None, base_uri.strip('/').split('/config')[1].strip('/').split('/')) 1520 1521 1521 1522 output = "Template Holder"
Note:
See TracChangeset
for help on using the changeset viewer.