Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
J
jfxmap_python
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oscar
jfxmap_python
Commits
2d97cba5
Commit
2d97cba5
authored
Feb 08, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交更新
parent
93847a07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
trans_and_export_data_multi_auto.py
script/trans_and_export_data_multi_auto.py
+3
-3
No files found.
script/trans_and_export_data_multi_auto.py
View file @
2d97cba5
...
...
@@ -749,9 +749,9 @@ if __name__ == '__main__':
generate_root_path
=
"/media/sf_shared/generate/"
p_dir
=
"/home/oscar/ros/git/jfxmap_python/jfxmap/"
str_time
=
time
.
strftime
(
"
%
Y-
%
m-
%
d_
%
H
:
%
M:
%
S"
,
time
.
localtime
())
base_root
_path
=
os
.
path
.
join
(
bas
e_root_path
,
str_time
)
os
.
mkdir
(
bas
e_root_path
)
str_time
=
time
.
strftime
(
"
%
Y-
%
m-
%
d_
%
H
-
%
M-
%
S"
,
time
.
localtime
())
base_root
generate_root_path_path
=
os
.
path
.
join
(
generat
e_root_path
,
str_time
)
os
.
mkdir
(
generat
e_root_path
)
start_t
=
time
.
time
()
time_record
=
[]
...
...
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