Open maheshsaripalli9 opened 10 months ago
This commit introduces a try-except block to handle the scenario where the isort package metadata is not available. In such cases, instead of raising an error, the version variable is set to an empty string.
Can you review this code? @timothycrosley
Can you review this PR ? @staticdev
This commit introduces a try-except block to handle the scenario where the isort package metadata is not available. In such cases, instead of raising an error, the version variable is set to an empty string.