Skip to content

Commit 0ea2456

Browse files
committed
Fix spaces and comma pep8 warnings.
1 parent 9b8105a commit 0ea2456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testgres/testgres.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def pgbench_init(self, dbname='postgres', scale=1, options=[]):
479479
pgbench,
480480
"-i",
481481
"-s", "%i" % scale,
482-
"-p", "%i" % self.port,
482+
"-p", "%i" % self.port
483483
] + options + [dbname]
484484
with open(self.output_filename, "a") as file_out, \
485485
open(self.error_filename, "a") as file_err:
@@ -498,7 +498,7 @@ def pgbench(self, dbname='postgres', stdout=None, stderr=None, options=[]):
498498
pgbench = self.get_bin_path("pgbench")
499499
params = [
500500
pgbench,
501-
"-p", "%i" % self.port,
501+
"-p", "%i" % self.port
502502
] + options + [dbname]
503503
proc = subprocess.Popen(
504504
params,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy