snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Fix all duplicated called bugs #126

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

This PR will close #82.

This is a follow-up to #124. Similar to the issue, I modified all updateDB()s in numgen and datacalc.

Situation

  1. Add database A and B in dbmgr.
  2. Set A as a store of numgen.
  3. Set A and B as sources of datacalc.
  4. Remove A from dbmgr.

Before step 4

image

After step 4

image

There is no duplicated message.

BECATRUE commented 1 year ago

I will re-open this PR after resolving Pylint warnings.

BECATRUE commented 1 year ago

I applied reviews.

BECATRUE commented 1 year ago

I applied the reviews.

BECATRUE commented 1 year ago

Ok! I appied it again.