Commit 14024ee
committed
Remove misc.save_script_parameters()
Unfortunately the save_script_parameters() function doesn't work as
intended as the `globals()` call returns the dictionary of the current
module. Inside a function, this is the module where it is defined, not
the module from which it is called as described in the built-in
functions [API docs for Python 2.7].
Long story short, this call is getting the global symbol table of the
`imcflibs` namespace instead of the one from the caller (which is what
we'd need for the org.scijava.script.ScriptModule part.
See #136 for the current plan / progress on this.
[1]: https://docs.python.org/2.7/library/functions.html#globals1 parent 9dc6b9f commit 14024ee
1 file changed
Lines changed: 0 additions & 53 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | | - | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | | - | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
772 | | - | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
788 | | - | |
789 | | - | |
790 | | - | |
791 | | - | |
792 | | - | |
0 commit comments