Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fixes #209

Merged
merged 4 commits into from
Nov 27, 2024
Merged

bug fixes #209

merged 4 commits into from
Nov 27, 2024

Conversation

MalavikaKrishnan400
Copy link
Collaborator

@MalavikaKrishnan400 MalavikaKrishnan400 commented Sep 23, 2024

Changed Poetry lock file Dev Dependency identification logic.
Bug Fixing for [/issues/191]

@@ -125,14 +125,21 @@ private static List<PythonPackage> GetPackagesFromTOMLFile(string filePath, List

foreach (TomlNode node in tomlTable["package"])
{
if(!string.IsNullOrWhiteSpace(node["category"].ToString()))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this IF statement is required ?

src/LCT.PackageIdentifier/PythonProcessor.cs Show resolved Hide resolved
@sumanthkb44 sumanthkb44 merged commit 1cbc34f into main Nov 27, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants