From 45a63a849358a1b392112a52ea4e04ae7558a92a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Feb 2025 07:44:19 +0100 Subject: Merging upstream version 2.1.2~dev0+20240910. Signed-off-by: Daniel Baumann --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ef70f20..6161d60 100755 --- a/setup.py +++ b/setup.py @@ -323,7 +323,7 @@ class CleanPlugins(Command): self.set_undefined_options('clean', ('all', 'all')) def run(self): - print('Cleaning the plugin\'s folders...') + print("Cleaning the plugin's folders...") plugin_path = 'deluge/plugins/*' @@ -332,7 +332,7 @@ class CleanPlugins(Command): c = 'cd ' + path + ' && ' + sys.executable + ' setup.py clean' if self.all: c += ' -a' - print('Calling \'%s\'' % c) + print("Calling '%s'" % c) os.system(c) # Delete the .eggs -- cgit v1.2.3