mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Missing colon.
This commit is contained in:
@@ -208,7 +208,7 @@ Similarly, exception checking should be fine grained:
|
||||
# but this
|
||||
try:
|
||||
foo()
|
||||
except SomeTypedException
|
||||
except SomeTypedException:
|
||||
bar()
|
||||
|
||||
List Comprehensions
|
||||
|
||||
Reference in New Issue
Block a user