Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair smaller bugs that I found #189

Merged
merged 5 commits into from
Jan 31, 2024
Merged

Repair smaller bugs that I found #189

merged 5 commits into from
Jan 31, 2024

Conversation

SteffenBrinckmann
Copy link
Contributor

Here I repaired bugs that I found myself while using it.

…ore)

- debug: called function with wrong arguments
- change information :what is not an error, should not be called error
…fix does not make sense but ID unchanged most important

- error report more sensible, change colors
@SteffenBrinckmann
Copy link
Contributor Author

  • simplified edit window handling
  • removed bugs
    • refresh project view such that it is always up-to-date
  • after update of item in the database, also update it in the view
  • Cleaned and made more sensible error messages

@@ -59,7 +59,7 @@ def outputString(fmt:str='print', level:str='info', message:str='') -> str:
if 'text' in fmt:
return txtOutput
if fmt=='html':
colors = {'info':'black','error':'red','warning':'orange','ok':'green','okish':'blue','unsure':'magenta'}
colors = {'info':'black','error':'red','warning':'orangered','ok':'green','okish':'blue','unsure':'darkmagenta'}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

orangered to orange-red?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a named color in matplot lib, I did not choose it
https://matplotlib.org/stable/gallery/color/named_colors.html

@SteffenBrinckmann SteffenBrinckmann merged commit 151566e into main Jan 31, 2024
10 checks passed
@SteffenBrinckmann SteffenBrinckmann deleted the sb_smallerBugs branch January 31, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants