Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
Appium-crawl
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
李康
Appium-crawl
Commits
84836ca8
Commit
84836ca8
authored
Oct 27, 2019
by
李康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some fix
parent
d28f0944
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
brands.py
brands.py
+0
-1
No files found.
brands.py
View file @
84836ca8
...
@@ -91,7 +91,6 @@ def getEnglishBrands():
...
@@ -91,7 +91,6 @@ def getEnglishBrands():
for
line
in
f
.
readlines
():
for
line
in
f
.
readlines
():
done
.
append
(
line
.
split
(
"; "
)[
1
]
.
strip
())
done
.
append
(
line
.
split
(
"; "
)[
1
]
.
strip
())
print
(
done
)
print
(
done
)
return
f
=
open
(
brand_dir
+
"/brands.csv"
,
'a+'
)
f
=
open
(
brand_dir
+
"/brands.csv"
,
'a+'
)
nocnt
=
0
nocnt
=
0
...
...
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