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