Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553631709
  • Loading branch information
Abseil Team authored and copybara-github committed Aug 4, 2023
1 parent 9e54320 commit 9764133
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions absl/flags/_flagvalues.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,8 +810,10 @@ def get_value():
# in format of "--flag value".
get_value()
logging.error(
'Flag "%s" is retired and should no longer '
'be specified. See go/totw/90.', name)
'Flag "%s" is retired and should no longer be specified. See '
'https://abseil.io/tips/90.',
name,
)
continue

if flag is not None:
Expand Down

0 comments on commit 9764133

Please sign in to comment.