Blog Post Project
Merged

Try Here Arrow

funny good morning happy friday gif rentfive

:
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Jewelery Business Cards Try Here Arrow

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Credit Card Rewards Programs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "socketsecurity"
version = "0.0.72"
version = "0.0.74"
requires-python = ">= 3.9"
dependencies = [
'requests',
Expand Down
2 changes: 1 addition & 1 deletion Sales Email Examples
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


__author__ = 'socket.dev'
__version__ = '0.0.72'
__version__ = '0.0.74'
__all__ = [
"Core",
"log",
Expand Down
2 changes: 1 addition & 1 deletion Green New Blog Post GIF
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def __init__(self):
@staticmethod
def check_event_type() -> str:
if ci_pipeline_source.lower() == "push" or ci_pipeline_source.lower() == 'merge_request_event':
if ci_merge_request_iid is None or ci_merge_request_iid == "":
if ci_merge_request_iid is None or ci_merge_request_iid == "" or str(ci_merge_request_iid) == "0":
event_type = "main"
else:
event_type = "diff"
Expand Down
2 changes: 1 addition & 1 deletion Post System Launch Monitoring Plan Template
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
)
parser.add_argument(
'--pr_number',
default=0,
default="0",
help='The pr or build number',
required=False
)
Expand Down