mirror of
https://github.com/craigerl/aprsd.git
synced 2025-07-31 12:52:24 -04:00
Update Makefile
to help clean.
This commit is contained in:
parent
bc709b377c
commit
caa4bb8bd0
6
Makefile
6
Makefile
@ -39,11 +39,11 @@ clean-build: ## remove build artifacts
|
|||||||
rm -fr dist/
|
rm -fr dist/
|
||||||
rm -fr .eggs/
|
rm -fr .eggs/
|
||||||
find . -name '*.egg-info' -exec rm -fr {} +
|
find . -name '*.egg-info' -exec rm -fr {} +
|
||||||
find . -name '*.egg' -exec rm -f {} +
|
find . -name '*.egg' -exec rm -fr {} +
|
||||||
|
|
||||||
clean-pyc: ## remove Python file artifacts
|
clean-pyc: ## remove Python file artifacts
|
||||||
find . -name '*.pyc' -exec rm -f {} +
|
find . -name '*.pyc' -exec rm -fr {} +
|
||||||
find . -name '*.pyo' -exec rm -f {} +
|
find . -name '*.pyo' -exec rm -fr {} +
|
||||||
find . -name '__pycache__' -exec rm -fr {} +
|
find . -name '__pycache__' -exec rm -fr {} +
|
||||||
|
|
||||||
clean-test: ## remove test and coverage artifacts
|
clean-test: ## remove test and coverage artifacts
|
||||||
|
@ -88,7 +88,6 @@ class APRSDListenThread(rx.APRSDRXThread):
|
|||||||
self.plugin_manager.run(packet)
|
self.plugin_manager.run(packet)
|
||||||
else:
|
else:
|
||||||
if self.log_packets:
|
if self.log_packets:
|
||||||
LOG.error("PISS")
|
|
||||||
packet_log.log(packet)
|
packet_log.log(packet)
|
||||||
if self.plugin_manager:
|
if self.plugin_manager:
|
||||||
# Don't do anything with the reply.
|
# Don't do anything with the reply.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user