summaryrefslogtreecommitdiff
path: root/.circleci/miniutils.py
blob: 265e04da833492114250cd2aec50b5ba3a31979b (plain)
1
2
3
4
5
6
def quote(s):
    return '"' + s + '"'


def override(word, substitutions):
    return substitutions.get(word, word)