Skip to content

Commit 3163239

Browse files
authored
Update utility.py
1 parent 39cd4de commit 3163239

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/arguments/utility.py

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

4646
@property
4747
def playbook_path(self):
48-
"""Create an environment variable 'DYNAMIC'
49-
50-
Create an environment variable 'DYNAMIC containing
51-
the path of dynamic_playbook.json and returns it
52-
"""
48+
"""Create an environment variable 'DYNAMIC containing the path of dynamic_playbook.json and returns i"""
5349
if not os.getenv(self.key):
5450
if(sys.platform=='linux'):
5551
os.environ[self.key] = os.path.\

0 commit comments

Comments
 (0)