Skip to content

Commit

Permalink
test to see if tests are passing on master
Browse files Browse the repository at this point in the history
  • Loading branch information
alonre24 committed May 2, 2024
1 parent 9e7407d commit 1184df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RAMP/ramp.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def unpack(bundle):
@click.option('--verbose', '-v', is_flag=True, default=False, help='verbose mode: print the resulting metadata')
@click.option('--debug', is_flag=True, default=False, help='Print interaction with Redis. Implies --verbose.')
@click.option('--redis-args', 'redis_args', callback=json_str_to_json, help='redis command line arguments')

def pack(module, *args, **kwargs):
config.set(kwargs)
return package(module, **kwargs)
Expand Down

0 comments on commit 1184df8

Please sign in to comment.