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

User file name is not preserved in Apply Measure now #416

Open
macumber opened this issue Aug 21, 2021 · 0 comments
Open

User file name is not preserved in Apply Measure now #416

macumber opened this issue Aug 21, 2021 · 0 comments

Comments

@macumber
Copy link
Collaborator

Issue overview

When running Apply Measure now, the seed file is always named "temp_measure_manager.osm". This prevents the measure from obtaining the user defined file name.

Current Behavior

seed = runner.workflow.seedFile
seed = File.basename(seed.get.to_s) unless seed.empty?

seed will be "temp_measure_manager.osm"

Expected Behavior

seed should be user defined seed model name

@macumber macumber added Triage Issue needs to be assessed and labeled, further information on reported might be needed severity - Minor Bug 🐤 and removed Triage Issue needs to be assessed and labeled, further information on reported might be needed labels Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant