Skip to content

Commit

Permalink
yarn2ebuild: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Mar 12, 2024
1 parent 9b346a6 commit 95cebd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/yarn2ebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ def main() -> int:
action='store_true',
help='Package is at root and is not a dependency.')
args = dict(parser.parse_args()._get_kwargs())
path_join_args = ((root_dir, 'node_modules', package, 'package.json') if not args['root'] else
(root_dir, 'package.json'))
yarn_lock = args['yarn.lock']
package = args['package']
root_dir = dirname(yarn_lock)
Expand Down

0 comments on commit 95cebd4

Please sign in to comment.