Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Feb 4, 2024
1 parent e879c4a commit 19f4568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcm/dcm_webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def assess_state(self):
self.assessment_button.enable()
else:
self.assessment_button.disable()
if self.assessement is not None:
if self.assessment is not None:
self.download_button.enable()
else:
self.download_button.disable()
Expand Down

0 comments on commit 19f4568

Please sign in to comment.