Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BP
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
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
Jakub Štercl
BP
Commits
a4546679
Commit
a4546679
authored
7 years ago
by
Jakub Štercl
Browse files
Options
Downloads
Patches
Plain Diff
changed exported file structure
parent
fa93bac1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Implementace/controllers/distribution_overview_controller.py
+1
-2
1 addition, 2 deletions
Implementace/controllers/distribution_overview_controller.py
with
1 addition
and
2 deletions
Implementace/controllers/distribution_overview_controller.py
+
1
−
2
View file @
a4546679
...
...
@@ -183,10 +183,9 @@ class DistributionOverview(BaseController, QWidget, distribution_overview.Ui_For
if
file
==
''
:
return
with
open
(
file
,
'
w
'
,
encoding
=
'
utf-8
'
)
as
f
:
f
.
write
(
self
.
distribution_name
+
'
\n
'
)
for
table
in
self
.
teamTables
:
team
=
table
.
getAllData
()
f
.
write
(
table
.
name
+
'
:
'
)
f
.
write
(
table
.
name
+
'
,
'
)
for
member
in
team
:
f
.
write
(
member
.
name
+
'
,
'
)
f
.
write
(
'
\n
'
)
...
...
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