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 39cd4de commit 3163239Copy full SHA for 3163239
src/arguments/utility.py
@@ -45,11 +45,7 @@ def __init__(self):
45
46
@property
47
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
- """
+ """Create an environment variable 'DYNAMIC containing the path of dynamic_playbook.json and returns i"""
53
if not os.getenv(self.key):
54
if(sys.platform=='linux'):
55
os.environ[self.key] = os.path.\
0 commit comments