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 bcbb2fa commit c2938afCopy full SHA for c2938af
1 file changed
libraries/dagster-sftp/dagster_sftp/resource.py
@@ -313,9 +313,7 @@ def custom_handler(exc):
313
and exc.reason == "No matches found"
314
):
315
if hasattr(exc, "srcpath"):
316
- logger.warning(
317
- f"No files found matching pattern: {exc.srcpath}"
318
- ) # ty: ignore
+ logger.warning(f"No files found matching pattern: {exc.srcpath}") # ty: ignore
319
else:
320
logger.warning("No files found matching pattern")
321
return
0 commit comments