Skip to content

Commit

Permalink
[CreatePlbkDoc] MyPy In Docker (#38028)
Browse files Browse the repository at this point in the history
* fix

* RN
  • Loading branch information
shmuel44 authored Jan 8, 2025
1 parent f170b1e commit db7fde9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Packs/CommunityCommonScripts/ReleaseNotes/1_3_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### CreatePlbkDoc

- Documentation and metadata improvements.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def StartParagraph(Name, Description):
if (Description == "[Blank]"):
Description = ""

Paragraph = document.add_paragraph(Description)
Paragraph = document.add_paragraph(Description) # type: ignore[assignment]
Paragraph.paragraph_format.left_indent = Inches(0.25) # type: ignore


Expand Down
2 changes: 1 addition & 1 deletion Packs/CommunityCommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Community Common Scripts",
"description": "A pack that contains community scripts",
"support": "community",
"currentVersion": "1.3.9",
"currentVersion": "1.3.10",
"author": "",
"url": "https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions",
"email": "",
Expand Down

0 comments on commit db7fde9

Please sign in to comment.