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
9d394e0c
Commit
9d394e0c
authored
11 months ago
by
Daniel Nemergut
Browse files
Options
Downloads
Patches
Plain Diff
This ALSO needed to be a path...it worked in the interpreter though
parent
1b74668a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1669
Catchup with main
,
!1640
WS-1975 Image flagtemplate rawdata
Pipeline
#15286
passed
11 months ago
Stage: pull-db
Stage: build-packages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/cli/executables/pexable/casa_envoy/casa_envoy/foundation.py
+1
-1
1 addition, 1 deletion
...i/executables/pexable/casa_envoy/casa_envoy/foundation.py
with
1 addition
and
1 deletion
apps/cli/executables/pexable/casa_envoy/casa_envoy/foundation.py
+
1
−
1
View file @
9d394e0c
...
...
@@ -89,7 +89,7 @@ class GeneralFoundation(FoundationIF):
"""
# Copy files that need to exist next to the data into the rawdata directory
for
file
in
Path
(
self
.
working_dir
).
glob
(
'
*flagtargetstemplate.txt
'
):
if
file
.
exists
():
if
Path
(
file
)
.
exists
():
shutil
.
copy
(
file
,
self
.
rawdata_dir
)
...
...
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