mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Resource Features :
- Adding/removing and edit productivity data is now easier (+ cleaner UI) - Pressing calculate schedule work on a parent resource will default to calculating its nested resources schedule work. - Show derived Schedule Work for a parent resource - Improve apperance of Resource Tree Structure
This commit is contained in:
@@ -98,7 +98,7 @@ def readable_ifc_duration(string):
|
||||
final_string += f"{months} m " if months else ""
|
||||
final_string += f"{weeks} w " if weeks else ""
|
||||
final_string += f"{days} d " if days else ""
|
||||
final_string += f"{hours} h " if hours else ""
|
||||
final_string += f"{round(float(hours),2)} h " if hours else ""
|
||||
final_string += f"{minutes} m " if minutes else ""
|
||||
final_string += f"{seconds} s " if seconds else ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user