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

Convert Python scripts to use argparse #1345

Merged
merged 1 commit into from
May 22, 2024

Conversation

ltaylor16
Copy link
Member

Convert Python scripts to use argparse

They were using optparse which has been deprecated since Python 3.2

Converted archive_job.py and report.py to Python3.
They both try to call get_archive_base_dir which does not exist.

#1268
Copy link
Member

@agcapps agcapps left a comment

Choose a reason for hiding this comment

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

Thank you for the update.

Copy link
Member

@kennyweiss kennyweiss left a comment

Choose a reason for hiding this comment

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

Thanks @ltaylor16 !

@ltaylor16 ltaylor16 merged commit c847629 into develop May 22, 2024
13 checks passed
@ltaylor16 ltaylor16 deleted the feature/taylor/argumentparser branch June 22, 2024 01:19
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.

Replace optparse in llnl_scripts Python scripts
3 participants