Skip to content

Commit

Permalink
Attempt to fix merge
Browse files Browse the repository at this point in the history
Attempt to fix merge
  • Loading branch information
spacetimeengineer committed Nov 22, 2024
1 parent f7c3b19 commit c204d1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pbp/job_agent/main_job_agent_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ def parse_arguments():
_type_: _description_
"""

<<<<<<< Updated upstream
description = "Deploys a job agent to process audio files and other data and provision pypam/pbp-generated resources. Each yaml file configuration argument spawns a new process. So keep in mind hardware constraints"
=======
description = "Deploys job agent(s) to process audio files using the pypam/pbp processing suite. This tool enables multiprocessing through 'job-agents' which can run concurrently. The agents are configured in .yaml files, and their paths can be provided as arguments via the --config option (without string quotes). See example below for further details."
>>>>>>> Stashed changes
example = """
Example:
pbp-job-agent --config /path/to/deployment/global_config_1.yaml /path/to/deployment/global_config_2.yaml
Expand Down

0 comments on commit c204d1e

Please sign in to comment.