qlever 0.5.32__tar.gz → 0.5.33__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 qlever might be problematic. Click here for more details.
- {qlever-0.5.32/src/qlever.egg-info → qlever-0.5.33}/PKG-INFO +1 -1
- {qlever-0.5.32 → qlever-0.5.33}/pyproject.toml +1 -1
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/util.py +2 -1
- {qlever-0.5.32 → qlever-0.5.33/src/qlever.egg-info}/PKG-INFO +1 -1
- {qlever-0.5.32 → qlever-0.5.33}/LICENSE +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/README.md +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/setup.cfg +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.dblp +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.dblp-plus +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.dbpedia +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.default +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.dnb +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.fbeasy +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.freebase +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.imdb +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.ohm-planet +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.olympics +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.orkg +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.osm-country +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.osm-planet +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.osm-planet-from-pbf +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.pubchem +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.scientists +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.uniprot +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.vvz +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.wikidata +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.wikipathways +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/Qleverfiles/Qleverfile.yago-4 +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/__init__.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/command.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/__init__.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/add_text_index.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/benchmark_queries.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/cache_stats.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/clear_cache.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/extract_queries.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/get_data.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/index.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/index_stats.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/log.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/query.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/settings.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/setup_config.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/start.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/status.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/stop.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/system_info.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/ui.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/update_wikidata.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/commands/warmup.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/config.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/containerize.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/log.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/qlever_main.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever/qleverfile.py +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever.egg-info/SOURCES.txt +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever.egg-info/dependency_links.txt +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever.egg-info/entry_points.txt +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever.egg-info/requires.txt +0 -0
- {qlever-0.5.32 → qlever-0.5.33}/src/qlever.egg-info/top_level.txt +0 -0
|
@@ -287,8 +287,9 @@ def stop_process_with_regex(cmdline_regex: str) -> list[bool] | None:
|
|
|
287
287
|
)
|
|
288
288
|
cmdline = " ".join(pinfo["cmdline"])
|
|
289
289
|
except Exception as e:
|
|
290
|
+
# For some processes (e.g., zombies), getting info may fail.
|
|
290
291
|
log.debug(f"Error getting process info: {e}")
|
|
291
|
-
|
|
292
|
+
continue
|
|
292
293
|
if re.search(cmdline_regex, cmdline):
|
|
293
294
|
log.info(
|
|
294
295
|
f"Found process {pinfo['pid']} from user "
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|