malwareDetector 0.1.11__tar.gz → 0.1.12__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.
Potentially problematic release.
This version of malwareDetector might be problematic. Click here for more details.
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/PKG-INFO +1 -1
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector/config.py +1 -1
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector.egg-info/PKG-INFO +1 -1
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/setup.py +1 -1
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/LICENCE.txt +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/README.md +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector/__init__.py +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector/const.py +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector/detector.py +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector/utils.py +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector.egg-info/SOURCES.txt +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector.egg-info/dependency_links.txt +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector.egg-info/requires.txt +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector.egg-info/top_level.txt +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/setup.cfg +0 -0
- {malwareDetector-0.1.11 → malwareDetector-0.1.12}/tests/test_detector.py +0 -0
|
@@ -299,7 +299,7 @@ def detect_config_file(config_file_path=DEFAULT_CONFIG_PATH) -> None:
|
|
|
299
299
|
config_file_path = config.path.config
|
|
300
300
|
write_config_to_file(config, config.path.config)
|
|
301
301
|
logging.info(f"{config_file_path} created!")
|
|
302
|
-
elif
|
|
302
|
+
elif os.path.exists(config_file_path):
|
|
303
303
|
logging.info(f"{config_file_path} detected!")
|
|
304
304
|
else:
|
|
305
305
|
logging.info(
|
|
@@ -11,7 +11,7 @@ required_packages = [
|
|
|
11
11
|
setup(
|
|
12
12
|
name='malwareDetector',
|
|
13
13
|
packages=find_packages(include=['malwareDetector']),
|
|
14
|
-
version='0.1.
|
|
14
|
+
version='0.1.12',
|
|
15
15
|
description='Malware detector specification for NTUST isLab',
|
|
16
16
|
long_description=long_description,
|
|
17
17
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{malwareDetector-0.1.11 → malwareDetector-0.1.12}/malwareDetector.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|