We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93f384 commit 060a5daCopy full SHA for 060a5da
src/murfey/client/analyser.py
@@ -253,7 +253,7 @@ def _analyse(self):
253
valid_extension = self._find_extension(transferred_file)
254
if not valid_extension:
255
logger.error(f"No extension found for {transferred_file}")
256
- break
+ continue
257
found = self._find_context(transferred_file)
258
if not found:
259
logger.debug(
@@ -324,7 +324,7 @@ def _analyse(self):
324
325
326
327
328
if self._extension:
329
logger.info(
330
f"Extension found successfully for {transferred_file}"
0 commit comments