File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exporter/SynthesisFusionAddin/src/UI Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929from src .Parser .SynthesisParser .Utilities import guid_occurrence
3030from src .Types import SELECTABLE_JOINT_TYPES , ExportLocation , ExportMode
3131from src .UI import FileDialogConfig
32- from src .DesignRuleChecks import DesignRuleChecks
32+ from src .lib . DesignRuleChecks import DesignRuleChecks
3333
3434generalConfigTab : GeneralConfigTab .GeneralConfigTab
3535jointConfigTab : JointConfigTab .JointConfigTab
@@ -302,7 +302,7 @@ def notify(self, html_args: adsk.core.HTMLEventArgs) -> None:
302302 html_args .returnData = "{}"
303303
304304 elif html_args .action == "designRules" :
305- html_args .returnData = json .dumps (DesignRuleChecks ().getDesignRules )
305+ html_args .returnData = json .dumps (DesignRuleChecks ().getDesignRules () )
306306 else :
307307 gm .ui .messageBox (f"Event { html_args .action } arrived<span>{ json .dumps (data , indent = 2 )} </span>" )
308308
You can’t perform that action at this time.
0 commit comments