Blame SOURCES/subscription-manager-centos-remove-redhat.repo.patch

a74586
diff -uNrp subscription-manager-1.23.8.orig/src/subscription_manager/repofile.py subscription-manager-1.23.8/src/subscription_manager/repofile.py
a74586
--- subscription-manager-1.23.8.orig/src/subscription_manager/repofile.py	2019-03-06 08:15:21.000000000 -0600
a74586
+++ subscription-manager-1.23.8/src/subscription_manager/repofile.py	2019-07-10 12:03:11.266030982 -0500
a74586
@@ -340,6 +340,7 @@ class RepoFileBase(object):
a74586
         return self.path_exists(self.path)
a74586
 
a74586
     def create(self):
a74586
+        return
a74586
         if self.path_exists(self.path) or not self.manage_repos:
a74586
             return
a74586
         with open(self.path, 'w') as f: