Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Modernize exception handling syntax.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 247262373
Change-Id: Ib6d0ceb49fed6c64c7942427a90e8ac33b560d4f
  • Loading branch information
mctavish authored and Copybara-Service committed May 8, 2019
1 parent 4ca478a commit 8ff2fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Example Usage:
try:
config = yaml_data_visibility_config_reader.OpenAndRead(filename)
except yaml_data_visibility_config_reader.Error, e:
except yaml_data_visibility_config_reader.Error as e:
...
visibility_policy = GlobDataVisibilityPolicy(
Expand Down

0 comments on commit 8ff2fdb

Please sign in to comment.