Skip to content

Commit

Permalink
precommit fixes the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanElsaban committed Jan 17, 2024
1 parent bdae5bf commit ad7cdb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/patch-config-loggers.diff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+++ b/debian/tron/opt/venvs/tron/lib/python3.8/site-packages/kubernetes/client/configuration.py
@@ -71,11 +71,11 @@
"""

_default = None
-
def __init__(self, host="http://localhost",
Expand Down Expand Up @@ -58,7 +58,7 @@
+ self.debug = False
+ """Debug switch
+ """

self.verify_ssl = True
"""SSL/TLS verification
@@ -178,11 +180,12 @@
Expand All @@ -77,5 +77,5 @@
+ result.logger_file = self.logger_file
+ result.debug = self.debug
return result

@classmethod

0 comments on commit ad7cdb6

Please sign in to comment.