Skip to content

Commit

Permalink
🐛 remove offset argv in ozi-new
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 16, 2024
1 parent 5a1c705 commit a27b2a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ozi/new/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def wrap(project: Namespace) -> None: # pragma: no cover
def main() -> None: # pragma: no cover
"""Main ozi.new entrypoint."""
ozi_new = parser.parse_args()
ozi_new.argv = shlex.join(sys.argv[1:])
match ozi_new:
case ozi_new if ozi_new.new in ['p', 'project']:
project(ozi_new)
Expand Down

0 comments on commit a27b2a5

Please sign in to comment.