Skip to content

Commit

Permalink
[REV] Fixed issue of merge command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtao authored and davedash committed Jul 27, 2017
1 parent 43ec82d commit 3027e39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fixture_magic/management/commands/merge_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ def write_json(output):

class Command(BaseCommand):
help = 'Merge a series of fixtures and remove duplicates.'
args = '[file ...]'

def add_arguments(self, parser):
parser.add_argument('args', metavar='files', nargs='+', help='One or more fixture.')

def handle(self, *files, **options):
"""
Expand Down

0 comments on commit 3027e39

Please sign in to comment.