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

fix vanished filesystem checks #66

Closed
wants to merge 5 commits into from
Closed

Conversation

andibaer
Copy link
Contributor

ich musste int vor die Werte im print setzen.

@Bastian-Kuhn
Copy link
Collaborator

Hallo Andi,

bin nicht sicher ob das optimal ist,

>>> 1000/1024
0.9765625
>>>
>>> int(1000/1024)
0
>>>
>>> int(round(1000/1024,0))
1
>>>

eventuell besser runden?

@andibaer
Copy link
Contributor Author

andibaer commented Aug 17, 2023 via email

@Bastian-Kuhn
Copy link
Collaborator

Bastian-Kuhn commented Aug 18, 2023 via email

@andibaer andibaer closed this Aug 18, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants