Skip to content

Commit

Permalink
fix: python deps with url sometimes incorrectly parsed
Browse files Browse the repository at this point in the history
Signed-off-by: Zvi Grinberg <[email protected]>
  • Loading branch information
zvigrinberg committed Jul 22, 2024
1 parent 0839348 commit 3f900dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/python_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function getDependencyName(depLine) {
result = depLine
}
}
return result
return result.trim()
}

/**
Expand Down

0 comments on commit 3f900dd

Please sign in to comment.