We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d0e24 commit a902c3aCopy full SHA for a902c3a
src/class_singleCleaner.py
@@ -108,7 +108,8 @@ def run(self): # pylint: disable=too-many-branches
108
try:
109
# Cleanup knownnodes and handle possible severe exception
110
# while writing it to disk
111
- knownnodes.cleanupKnownNodes()
+ if state.enableNetwork:
112
+ knownnodes.cleanupKnownNodes()
113
except Exception as err:
114
if "Errno 28" in str(err):
115
self.logger.fatal(
0 commit comments