We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8eb7c4 commit 68ecf43Copy full SHA for 68ecf43
src/arguments/utility.py
@@ -45,8 +45,7 @@ def __init__(self):
45
46
@property
47
def playbook_path(self):
48
- """
49
- Create an environment variable 'DYNAMIC'
+ """Create an environment variable 'DYNAMIC'
50
containing the path of dynamic_playbook.json and returns it
51
"""
52
if not os.getenv(self.key):
@@ -425,4 +424,4 @@ def setCustomKey(self):
425
424
}
426
427
with open('access_token.json', 'w') as jsonFile:
428
- json.dump(jsonDict, jsonFile)
+ json.dump(jsonDict, jsonFile)
0 commit comments