Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error mesage #1

Open
bendernjw opened this issue Mar 19, 2014 · 1 comment
Open

error mesage #1

bendernjw opened this issue Mar 19, 2014 · 1 comment

Comments

@bendernjw
Copy link

import marktime
marktime.start('some task')
marktime.duration('some task')
<marktime.Duration object at 0xb6c948b0>

@ekalinin
Copy link
Owner

Can you provide more details?
As i have no errors:

python
Python 2.7.5+ (default, Feb 27 2014, 19:39:55) 
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import marktime
>>> marktime.version
'0.2.0'
>>> marktime.start('some task')
>>> marktime.duration('some task').seconds
4.3055739402771

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants