We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86273f4 commit 5e70b91Copy full SHA for 5e70b91
seleniumbase/console_scripts/sb_print.py
@@ -573,11 +573,8 @@ def main():
573
574
the_code = rich_helper.fix_emoji_spacing(the_code)
575
the_theme = "monokai"
576
- platform = sys.platform
577
if file_to_print.split(os.sep)[-1].startswith("."):
578
the_theme = "tango"
579
- elif "win32" in platform or "win64" in platform or "x64" in platform:
580
- the_theme = "abap"
581
582
magic_syntax = rich_helper.process_syntax(
583
the_code,
0 commit comments