summaryrefslogtreecommitdiff
path: root/ezbench
diff options
context:
space:
mode:
Diffstat (limited to 'ezbench')
-rwxr-xr-xezbench1
1 files changed, 0 insertions, 1 deletions
diff --git a/ezbench b/ezbench
index 87eee06..6a11bf1 100755
--- a/ezbench
+++ b/ezbench
@@ -66,7 +66,6 @@ parser.add_argument("command", help="Command to execute", nargs='?',
choices=('start', 'run', 'pause', 'abort', 'status'))
args = parser.parse_args()
-
sbench = SmartEzbench(ezbench_dir, args.report_name)
if sbench.profile() is None and args.profile is not None: