Skip to content

Commit 18b8a78

Browse files
authored
Add a period at the end of the comment
1 parent 3163239 commit 18b8a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self):
4545

4646
@property
4747
def playbook_path(self):
48-
"""Create an environment variable 'DYNAMIC containing the path of dynamic_playbook.json and returns i"""
48+
"""Create an environment variable 'DYNAMIC containing the path of dynamic_playbook.json and returns i."""
4949
if not os.getenv(self.key):
5050
if(sys.platform=='linux'):
5151
os.environ[self.key] = os.path.\

0 commit comments

Comments
 (0)