Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
48188ccb
Commit
48188ccb
authored
9 months ago
by
Sam Kagan
Browse files
Options
Downloads
Patches
Plain Diff
Added comment for renaming CalLauncher.ppr
parent
d0c05436
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/cli/executables/pexable/casa_envoy/casa_envoy/launchers.py
+2
-0
2 additions, 0 deletions
...li/executables/pexable/casa_envoy/casa_envoy/launchers.py
with
2 additions
and
0 deletions
apps/cli/executables/pexable/casa_envoy/casa_envoy/launchers.py
+
2
−
0
View file @
48188ccb
...
...
@@ -146,6 +146,8 @@ class CalibrationLauncher(LauncherIF):
self
.
parameters
=
parameters
self
.
ppr
=
get_abs_file
(
parameters
.
get
(
"
ppr
"
))
if
parameters
.
get
(
"
ppr
"
)
is
not
None
else
None
if
self
.
ppr
is
not
None
and
self
.
parameters
[
"
product_type
"
]
==
ProductType
.
RESTORE
.
value
:
# This AbstractFile gets written to `./products` by AuditFiles.correct_for_condor for use by CASA,
# so we want it to have the name that deliver expects
self
.
ppr
.
filename
=
RESTORE_RESTORE_PPR_NAME
self
.
metadata
=
get_abs_file
(
parameters
.
get
(
"
metadata
"
))
self
.
content
=
json
.
loads
(
self
.
metadata
.
content
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment