Skip to content

Commit 39cd4de

Browse files
authored
blank line
1 parent 68ecf43 commit 39cd4de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/arguments/utility.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ def __init__(self):
4646
@property
4747
def playbook_path(self):
4848
"""Create an environment variable 'DYNAMIC'
49-
containing the path of dynamic_playbook.json and returns it
49+
50+
Create an environment variable 'DYNAMIC containing
51+
the path of dynamic_playbook.json and returns it
5052
"""
5153
if not os.getenv(self.key):
5254
if(sys.platform=='linux'):

0 commit comments

Comments
 (0)