Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gopro
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
Tony Mai
gopro
Commits
e316f46f
Commit
e316f46f
authored
Jul 26, 2019
by
Tony Mai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6da3d9cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wireless_copy_files_to_nfs.py
fusion/scripts/wireless_copy_files_to_nfs.py
+1
-1
No files found.
fusion/scripts/wireless_copy_files_to_nfs.py
View file @
e316f46f
...
@@ -93,6 +93,6 @@ localtime = time.asctime( time.localtime(time.time()) )
...
@@ -93,6 +93,6 @@ localtime = time.asctime( time.localtime(time.time()) )
elapsed_time
=
time
.
time
()
-
start_time
elapsed_time
=
time
.
time
()
-
start_time
print
(
"End time :"
,
localtime
)
print
(
"End time :"
,
localtime
)
hours
,
rem
=
divmod
(
ela
sp
ed_time
,
3600
)
hours
,
rem
=
divmod
(
ela
ps
ed_time
,
3600
)
minutes
,
seconds
=
divmod
(
rem
,
60
)
minutes
,
seconds
=
divmod
(
rem
,
60
)
print
(
"Elaspse time: "
+
"{:0>2}:{:0>2}:{:05.2f}"
.
format
(
int
(
hours
),
int
(
minutes
),
seconds
))
print
(
"Elaspse time: "
+
"{:0>2}:{:0>2}:{:05.2f}"
.
format
(
int
(
hours
),
int
(
minutes
),
seconds
))
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