Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JK_Report
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vaisakh.nair
JK_Report
Commits
4731bf6a
Commit
4731bf6a
authored
May 12, 2023
by
vaisakh.nair
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code clean
parent
e2f1d4e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
create_report.py
create_report.py
+2
-3
No files found.
create_report.py
View file @
4731bf6a
...
@@ -127,7 +127,6 @@ class DailyReportGenerator:
...
@@ -127,7 +127,6 @@ class DailyReportGenerator:
# Fill the packer counts in column L
# Fill the packer counts in column L
for
packer_name
,
count
in
packer_counts
.
items
():
for
packer_name
,
count
in
packer_counts
.
items
():
packer_row
=
9
+
packer_names
.
index
(
packer_name
)
*
3
packer_row
=
9
+
packer_names
.
index
(
packer_name
)
*
3
print
(
'packer_row ------------- '
,
packer_row
,
'packer_names.index(packer_name)--------- '
,
packer_names
.
index
(
packer_name
))
sheet
[
f
'F{packer_row}'
]
=
count
sheet
[
f
'F{packer_row}'
]
=
count
# Save the report file
# Save the report file
...
...
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