-
Notifications
You must be signed in to change notification settings - Fork 250
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
hamster-cli with export fails #373
Labels
Comments
Thanks for the report. |
Am Sonntag, 6. Januar 2019, 22:01:18 CET schrieb ederag:
Thanks for the report.
Which hamster version are you using ?
v2.1.1 - python3 migration (zip) from releases [1]
…--------
[1] https://github.com/projecthamster/hamster/releases/tag/
v2.1.1
|
Thanks, confirmed. I'll look into that. |
Got it. The issue was two-fold. The second part is hamster/src/hamster/reports.py Line 78 in 7d2a8b4
What output is expected from the command-line ? |
ederag
added a commit
to ederag/hamster
that referenced
this issue
Jan 10, 2019
ederag
added a commit
to ederag/hamster
that referenced
this issue
Jan 10, 2019
No longer used in hamster. And could lead to ValueError: I/O operation on closed file
ederag
added a commit
to ederag/hamster
that referenced
this issue
Jan 10, 2019
ederag
added a commit
to ederag/hamster
that referenced
this issue
Jan 10, 2019
No longer used in hamster. And could lead to ValueError: I/O operation on closed file
ederag
added a commit
to ederag/hamster
that referenced
this issue
Jan 10, 2019
ederag
added a commit
to ederag/hamster
that referenced
this issue
Jan 10, 2019
No longer used in hamster. And could lead to ValueError: I/O operation on closed file
Merged
Should be fixed by PR #375. |
ederag
added a commit
that referenced
this issue
Jan 12, 2019
Fix command line export (PR #375) Fix issue #373. Export to ical, tsv, xml and html work. - Now `Fact.delta` is calculated upon access. This fixes durations that were not updated in the overview for the running activity. - Pass dates to reports, not datetimes. - Remove the `ReportWriter.export` function. - Create Fact.copy()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with lines 339 in
reports.py
asdata is class str and a correct html is printed to stdout
The text was updated successfully, but these errors were encountered: