✓ [Merged] PR #3850 [Arch] PanelSheet

Post here if you have re-based and finalised code to integrate into master, which was discussed, agreed to and tested in other forums. You can also submit your PR directly on github.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
vanuan
Posts: 539
Joined: Wed Oct 24, 2018 9:49 pm

✓ [Merged] PR #3850 [Arch] PanelSheet

Post by vanuan »

Error when creating panel sheet:

Code: Select all

12:32:36  Running the Python command 'Arch_Panel_Sheet' failed:
Traceback (most recent call last):
  File "/workspace/build/Mod/Arch/ArchPanel.py", line 386, in Activated
    FreeCADGui.doCommand("Arch.makePanelSheet()")
  File "<string>", line 1, in <module>
  File "/workspace/build/Mod/Arch/ArchPanel.py", line 138, in makePanelSheet
    ViewProviderPanelSheet(sheet.ViewObject)
  File "/workspace/build/Mod/Arch/ArchPanel.py", line 1386, in __init__
    self.setProperties(self,vobj)

setProperties() takes 2 positional arguments but 3 were given
Fix: https://github.com/FreeCAD/FreeCAD/pull/3850

Found via mypy
Last edited by vanuan on Tue Sep 08, 2020 2:17 pm, edited 1 time in total.
User avatar
vanuan
Posts: 539
Joined: Wed Oct 24, 2018 9:49 pm

Re: PR #3850 [Arch] PanelSheet

Post by vanuan »

User avatar
vanuan
Posts: 539
Joined: Wed Oct 24, 2018 9:49 pm

Re: PR #3850 [Arch] PanelSheet

Post by vanuan »

User avatar
vanuan
Posts: 539
Joined: Wed Oct 24, 2018 9:49 pm

Re: PR #3850 [Arch] PanelSheet

Post by vanuan »

Merged
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: ✓ [Merged] PR #3850 [Arch] PanelSheet

Post by vocx »

vanuan wrote: Tue Sep 08, 2020 12:34 pm Error when creating panel sheet:
...
I'd advise you to create threads about bugs and pull requests in the Draft/Arch/BIM subforum. There it will get more visibility by the community.

This pull request subforum is mostly used by those workbenches that don't have a dedicated forum to discuss things. Or for really big pull requests, like when App Link was merged. This subforum is something from the past, when the number of pull requests was very low. Now there are pull requests coming in all the time, so having a dedicated forum for them is not very useful in my opinion.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
Post Reply