Skip to content

Commit 68ecf43

Browse files
authored
Update utility.py
1 parent a8eb7c4 commit 68ecf43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/arguments/utility.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ def __init__(self):
4545

4646
@property
4747
def playbook_path(self):
48-
"""
49-
Create an environment variable 'DYNAMIC'
48+
"""Create an environment variable 'DYNAMIC'
5049
containing the path of dynamic_playbook.json and returns it
5150
"""
5251
if not os.getenv(self.key):
@@ -425,4 +424,4 @@ def setCustomKey(self):
425424
}
426425

427426
with open('access_token.json', 'w') as jsonFile:
428-
json.dump(jsonDict, jsonFile)
427+
json.dump(jsonDict, jsonFile)

0 commit comments

Comments
 (0)