Skip to content

Commit

Permalink
fix upload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporter-work committed Nov 29, 2023
1 parent f50cc44 commit 07f86a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ def main():
meta_args = ()
if args.meta_path:
meta_args = ('--module', args.meta_path)
elif args.name:
meta_args = ('--name', args.name)

org_args = ()
if args.org_id:
org_args = ('--org-id', args.org_id)
Expand Down

0 comments on commit 07f86a1

Please sign in to comment.