Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
ci-tooling
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sysadmin
ci-tooling
Commits
a63edfeb
Commit
a63edfeb
authored
Nov 15, 2018
by
Ben Cooksley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation, text editors think they know better...
parent
57c3f3ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
helpers/helperslib/Packages.py
helpers/helperslib/Packages.py
+1
-1
No files found.
helpers/helperslib/Packages.py
View file @
a63edfeb
...
...
@@ -227,7 +227,7 @@ class Archive(object):
finalMetadataPath
=
os
.
path
.
join
(
self
.
config
[
'server'
][
'archiveDirectory'
],
self
.
platform
,
metadataFilename
)
# Because we need to know the contentsSuffix of the file we're publishing, load the metadata for the file...
with
open
(
stagedMetadataPath
,
'r'
,
encoding
=
'utf-8'
)
as
metadataFile
:
with
open
(
stagedMetadataPath
,
'r'
,
encoding
=
'utf-8'
)
as
metadataFile
:
metadata
=
yaml
.
load
(
metadataFile
)
contentsSuffix
=
metadata
.
get
(
'contentsSuffix'
,
self
.
contentsSuffix
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment