Skip to content

Commit

Permalink
Fix migrate script not doing anything without one of the --ACTION arg…
Browse files Browse the repository at this point in the history
…uments (the default, if no action is specified, should be --all)
  • Loading branch information
matyasselmeci committed Jan 6, 2025
1 parent a208674 commit 354237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def get_args(argv):

args = parser.parse_args(argv[1:])
if not args.actions:
args.action = all_actions
args.actions = all_actions
return args


Expand Down

0 comments on commit 354237b

Please sign in to comment.