Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • da/simudator
1 result
Show changes
Commits on Source (5)
......@@ -441,7 +441,7 @@ class GUI(QMainWindow):
"""
Tries to change the value at adress to value given by user.
Does this through the dialog opened by editModuleStateDialog.
Does this through the dialog opened by class MemoryContentDialog.
"""
try:
parsed_adress = int(adress, 16)
......