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 68ecf43 commit 39cd4deCopy full SHA for 39cd4de
src/arguments/utility.py
@@ -46,7 +46,9 @@ def __init__(self):
46
@property
47
def playbook_path(self):
48
"""Create an environment variable 'DYNAMIC'
49
- containing the path of dynamic_playbook.json and returns it
+
50
+ Create an environment variable 'DYNAMIC containing
51
+ the path of dynamic_playbook.json and returns it
52
"""
53
if not os.getenv(self.key):
54
if(sys.platform=='linux'):
0 commit comments