Skip to content

Commit 548a21e

Browse files
committed
review: forgot to uncomment before pushing
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
1 parent 038f8d7 commit 548a21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyzowe/pyzowe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def zowe(arguments: str):
8787

8888
try:
8989
temp_env = os.environ.copy()
90-
# temp_env['FORCE_COLOR'] = "0"
90+
temp_env['FORCE_COLOR'] = "0"
9191
completed_process = subprocess.run(
9292
zowe_command, shell=True, capture_output=True, check=True, encoding="utf8", env=temp_env)
9393
parsed_output = json.loads(completed_process.stdout)

0 commit comments

Comments
 (0)