~maddm/maddm/question_696371

« back to all changes in this revision

Viewing changes to maddm_interface.py

  • Committer: olivier-mattelaer
  • Date: 2020-07-10 20:46:05 UTC
  • Revision ID: olivier-mattelaer-20200710204605-13zpt0qmk6zymhqb
fix an issue with indirect detection and auto-width

Show diffs side-by-side

added added

removed removed

Lines of Context:
680
680
        
681
681
        if self._curr_amps:
682
682
            super(MadDM_interface, self).do_output(line)
 
683
            if args[0] != 'maddm':
 
684
                return
683
685
        
684
686
        if self._ID_procs:
685
687