another try with the license
Build Debian Packages / build (bullseye, debian11) (push) Failing after 13m3s
Build Debian Packages / build (bookworm, debian12) (push) Failing after 17m19s
Build Debian Packages / build (trixie, debian13) (push) Failing after 17m50s

This commit is contained in:
2026-03-27 10:46:06 +01:00
parent 7ca7713fc4
commit 9bf6eaf485
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ requires-python = ">= 3.9"
name = "python3-damaris" name = "python3-damaris"
version = "0.19" version = "0.19"
description = "Python version 3 frontend for DAMARIS (DArmstadt MAgnetic Resonance Instrument Software)" description = "Python version 3 frontend for DAMARIS (DArmstadt MAgnetic Resonance Instrument Software)"
license = "GPL-2.0" license = {text = "GPL-2.0"}
keywords = ["NMR", "data-processing"] keywords = ["NMR", "data-processing"]
readme = {file = "README", content-type = "text/plain"} readme = {file = "README", content-type = "text/plain"}
dependencies = [ dependencies = [
+1 -1
View File
@@ -2297,7 +2297,7 @@ class MonitorWidgets:
image = gtk.Image.new_from_file("/usr/share/icons/breeze/actions/24/crosshairs-symbolic.svg") image = gtk.Image.new_from_file("/usr/share/icons/breeze/actions/24/crosshairs-symbolic.svg")
button.set_image(image) button.set_image(image)
except: except:
pass pass
button.set_tooltip_text('Enable Crosshairs') button.set_tooltip_text('Enable Crosshairs')
button.show() button.show()
button.connect('toggled', self.toggle_cursor) button.connect('toggled', self.toggle_cursor)