Skip to content

Commit

Permalink
Update demisto_sdk/commands/common/configuration.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Shai Yaakovi <30797606+yaakovi@users.noreply.github.com>
  • Loading branch information
GalRabin and yaakovi committed Apr 12, 2020
1 parent baaeaef commit 425125b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demisto_sdk/commands/common/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Configuration:
def __init__(self, log_verbose=False, logging_level=logging.INFO):
logging.basicConfig(level=logging_level)
self.log_verbose = log_verbose
self.sdk_env_dir = str(Path(__file__).parent.parent) # /Users/grabin/dev/demisto/demisto-sdk/demisto_sdk/commands
# refers to "demisto_sdk/commands" dir
self.sdk_env_dir = str(Path(__file__).parent.parent)
self.env_dir = str(Path().cwd())
self.envs_dirs_base = str(Path(self.sdk_env_dir) / 'lint' / 'resources' / 'pipfile_python')

0 comments on commit 425125b

Please sign in to comment.