(self, context)
| 392 | bl_options = {"REGISTER"} |
| 393 | |
| 394 | def execute(self, context): |
| 395 | props = tool.IfcGit.get_ifcgit_props() |
| 396 | core.fetch(tool.IfcGit, props.select_remote) |
| 397 | core.refresh_revision_list(tool.IfcGit, tool.Ifc) |
| 398 | refresh() |
| 399 | return {"FINISHED"} |
| 400 | |
| 401 | |
| 402 | class AddRemote(bpy.types.Operator): |
nothing calls this directly
no test coverage detected