Beispiel #1
0
def prefix() :
    exp = configuration.experiment()
    return site()+("_%s"%exp if exp else "")
Beispiel #2
0
def prefix() :
    tokens = filter(None, [site(), configuration.experiment()])
    return '_'.join(tokens)