Skip to content

Commit

Permalink
#1664 - Part of 1664 around referencing extra args for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devclinton committed Nov 2, 2022
1 parent 4fecb1b commit 2ccfda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idmtools_core/idmtools/analysis/platform_anaylsis.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, platform: IPlatform, analyzers: List[Type[IAnalyzer]],
pre_run_func: A function (with no arguments) to be executed before analysis starts on the remote server
wrapper_shell_script: Optional path to a wrapper shell script. This script should redirect all arguments to command passed to it. Mostly useful for development purposes
verbose: Enables verbose logging remotely
extra_args: Optional extra arguments to pass to AnalyzerManager on the server side
extra_args: Optional extra arguments to pass to AnalyzerManager on the server side. See :meth:`~idmtools.analysis.analyze_manager.AnalyzeManager.__init__`
See Also:
:meth:`idmtools.analysis.analyze_manager.AnalyzeManager.__init__`
Expand Down

0 comments on commit 2ccfda0

Please sign in to comment.