From 33aceefe0f51ecc4708a197c120714f6ae444d1e Mon Sep 17 00:00:00 2001 From: clime Date: May 18 2018 15:32:39 +0000 Subject: [cli] fix build under epel7 --- diff --git a/cli/copr_cli/main.py b/cli/copr_cli/main.py index 3d0349f..89bf6a4 100644 --- a/cli/copr_cli/main.py +++ b/cli/copr_cli/main.py @@ -387,7 +387,7 @@ class Commands(object): :param args: argparse arguments provided by the user """ - print("This command is deprecated and will be removed in a future release.", file=sys.stderr) + sys.stderr.write("# This command is deprecated and will be removed in a future release.\n") username = self.client.username project = args.project.split("/") if len(project) != 2: