From f9d5a8683d0b5204157c5d97aa039056612d4347 Mon Sep 17 00:00:00 2001 From: yuyafei Date: Tue, 5 Jul 2016 16:42:00 +0800 Subject: [PATCH] Remove white space between print and () TrivialFix Change-Id: I0dca3493d43ee8642ae6d2f55597013eef261026 --- swift/common/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/common/manager.py b/swift/common/manager.py index 2cc764493c..a19ade2215 100644 --- a/swift/common/manager.py +++ b/swift/common/manager.py @@ -556,7 +556,7 @@ class Server(object): pids = {} for pid_file, pid in self.iter_pid_files(**kwargs): if not pid: # Catches None and 0 - print (_('Removing pid file %s with invalid pid') % pid_file) + print(_('Removing pid file %s with invalid pid') % pid_file) remove_file(pid_file) continue try: