Skip to content

Commit 7a7f591

Browse files
committed
Update init.py
1 parent 063da34 commit 7a7f591

File tree

1 file changed

+1
-1
lines changed
  • RevitPythonShell/DefaultConfig

1 file changed

+1
-1
lines changed

RevitPythonShell/DefaultConfig/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def SnoopDB(self):
102102

103103

104104
def SnoopCurrentSelection():
105-
_revitlookup.LookupCurrentSelection()
105+
_revitlookup.SnoopCurrentSelection()
106106
'''
107107
## Example :
108108
## _revitlookup.SnoopElement(doc.ActiveView)

0 commit comments

Comments
 (0)