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