Skip to content

Commit

Permalink
Fix term color restoration in protoc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
icedrocket authored and dvander committed Feb 29, 2024
1 parent 14aec13 commit 03aa2e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ambuild2/frontend/v2_2/tools/protoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ def DetectProtoc(**kwargs):
version = Version(parts[1])

if path not in FoundProtocMap:
util.con_out(util.ConsoleHeader, 'found protoc {}-{}'.format(name, version))
util.con_out(util.ConsoleHeader, 'found protoc {}-{}'.format(name, version),
util.ConsoleNormal)
FoundProtocMap.add(path)

return Protoc(path, name, version)
Expand Down

1 comment on commit 03aa2e0

@mlibre2
Copy link

@mlibre2 mlibre2 commented on 03aa2e0 Mar 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dvander

Mar 3, 2024, 9:11 AM GMT-4

Warning

all sites pointing to cloudflare are down.

alliedmods.net

50X Internal Server Error

amxmodx.org

Connection timed out Error code 522

Mar 3, 2024, 5:24 PM GMT-4

Tip

Fixed

Please sign in to comment.