Skip to content

Commit 06d7b3f

Browse files
Do not require a compile config to have a "manifest" option. (#122)
1 parent f9327fe commit 06d7b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def getboolean(section, key, default):
808808

809809
# [run_benchmark]
810810
conf.system_tune = getboolean('run_benchmark', 'system_tune', True)
811-
conf.manifest = getfile('run_benchmark', 'manifest')
811+
conf.manifest = getfile('run_benchmark', 'manifest', default='')
812812
conf.benchmarks = getstr('run_benchmark', 'benchmarks', default='')
813813
conf.affinity = getstr('run_benchmark', 'affinity', default='')
814814
conf.upload = getboolean('run_benchmark', 'upload', False)

0 commit comments

Comments
 (0)