Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gga_load_data
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
abims
e-infra
gga_load_data
Commits
7fd40e13
Commit
7fd40e13
authored
3 years ago
by
Loraine Gueguen
Browse files
Options
Downloads
Patches
Plain Diff
fix banner symlink condition
parent
71de4f2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!13
Patch 2.0.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gga_init.py
+2
-0
2 additions, 0 deletions
gga_init.py
with
2 additions
and
0 deletions
gga_init.py
+
2
−
0
View file @
7fd40e13
...
...
@@ -67,6 +67,8 @@ class DeploySpeciesStack(speciesData.SpeciesData):
if
not
os
.
path
.
isfile
(
banner_dest_path
)
and
not
os
.
path
.
islink
(
banner_dest_path
):
os
.
symlink
(
os
.
path
.
abspath
(
self
.
config
[
constants
.
CONF_TRIPAL_BANNER_PATH
]),
banner_dest_path
)
logging
.
info
(
"
Custom banner added: symlink from %s
"
%
self
.
config
[
constants
.
CONF_TRIPAL_BANNER_PATH
])
else
:
logging
.
info
(
"
Banner already exists at %s. The banner defined in config is not added.
"
%
banner_dest_path
)
else
:
logging
.
debug
(
"
Using default banner for Tripal pages because %s is not valid in
'
config
'
file
"
%
constants
.
CONF_TRIPAL_BANNER_PATH
)
self
.
config
.
pop
(
constants
.
CONF_TRIPAL_BANNER_PATH
,
None
)
...
...
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