We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b529d commit 0373096Copy full SHA for 0373096
1 file changed
src/murfey/client/analyser.py
@@ -386,8 +386,7 @@ def _analyse(self, transferred_file: Path):
386
if not self._find_context(transferred_file):
387
logger.debug(f"Couldn't find context for {str(transferred_file)!r}")
388
return None
389
- else:
390
- logger.info(f"Context found successfully using {transferred_file}")
+ logger.info(f"Context found successfully using {transferred_file}")
391
392
# Extra if-block for MyPy to verify that the context is set by this point
393
if self._context is None:
0 commit comments