summaryrefslogtreecommitdiffstats
path: root/src/g2h/tree.py
blob: bd8116c48cd46d78aed5c3440708ca8b09d87c12 (plain)
1
2
def safe_join(tree, path):
    return tree.join(path) if path else tree