Skip to content

Commit

Permalink
Revert "Merge pull request #325 from quasar-team/OPCUA-3205-fix-color…
Browse files Browse the repository at this point in the history
…ama-console-colours-for-windows"

This reverts commit 7eb1ed1, reversing
changes made to 97b6664.
  • Loading branch information
parasxos committed Oct 4, 2024
1 parent 3c9482f commit 3bc9823
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quasar.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import sys
import inspect
import argparse
from colorama import Fore, Style, just_fix_windows_console
from colorama import Fore, Style

this_script_path = os.path.abspath(sys.argv[0])
sys.path.insert(0, os.path.join(os.path.dirname(this_script_path), 'FrameworkInternals'))
Expand All @@ -59,7 +59,6 @@ def __make_context(project_binary_dir):
return context

def main():
just_fix_windows_console()
quasar_basic_utils.initialize_logging()

parser = quasar_parser()
Expand Down

0 comments on commit 3bc9823

Please sign in to comment.