python4cpm 1.0.18__tar.gz → 1.0.19__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python4cpm
3
- Version: 1.0.18
3
+ Version: 1.0.19
4
4
  Summary: Python for CPM
5
5
  Author-email: Gonzalo Atienza Rela <gonatienza@gmail.com>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python4cpm"
7
- version = "1.0.18"
7
+ version = "1.0.19"
8
8
  description = "Python for CPM"
9
9
  authors = [
10
10
  { name = "Gonzalo Atienza Rela", email = "gonatienza@gmail.com" }
@@ -4,9 +4,6 @@ from logging.handlers import RotatingFileHandler
4
4
 
5
5
 
6
6
  _LOGS_DIR = os.path.join("Logs", "ThirdParty", "Python4CPM")
7
- _CPM_ROOT_DIR = "C:\\Program Files (x86)\\CyberArk\\Password Manager"
8
- if os.path.exists(_CPM_ROOT_DIR):
9
- _LOGS_DIR = os.path.join(_CPM_ROOT_DIR, _LOGS_DIR)
10
7
  _LOGGING_ENABLED_VALUE = "yes"
11
8
  _LOGGING_LEVELS = {
12
9
  "info": logging.INFO,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python4cpm
3
- Version: 1.0.18
3
+ Version: 1.0.19
4
4
  Summary: Python for CPM
5
5
  Author-email: Gonzalo Atienza Rela <gonatienza@gmail.com>
6
6
  License: MIT License
File without changes
File without changes
File without changes