Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-26483: Add wildcards to --show history for config name matching #87

Merged
merged 1 commit into from Oct 8, 2020

Conversation

timj
Copy link
Member

@timj timj commented Oct 6, 2020

No description provided.

@timj timj force-pushed the tickets/DM-26483 branch 2 times, most recently from 8e6d2bd to 1469eba Compare October 7, 2020 02:48
python/lsst/ctrl/mpexec/cmdLineFwk.py Outdated Show resolved Hide resolved

# Sometimes we end up with a non-Config so skip those
if isinstance(hconfig, pexConfig.Config) and hasattr(hconfig, cname):
print(f"### Configuration field for task `{taskDef.label}'")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this matches the prior output, but it seems weird to have repeated identical section headers like this for a given task.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'm fine with it repeating the task name each time. Otherwise you have to scroll up to find out which task's config you are looking at.

@timj timj merged commit 1952543 into master Oct 8, 2020
@timj timj deleted the tickets/DM-26483 branch October 8, 2020 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants