mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -47,6 +47,7 @@ class ColoredString(object):
|
||||
self.always_color = always_color
|
||||
self.bold = bold
|
||||
if os.environ.get('PIPENV_FORCE_COLOR'):
|
||||
print('colors should work')
|
||||
self.always_color = True
|
||||
|
||||
def __getattr__(self, att):
|
||||
|
||||
Reference in New Issue
Block a user