Skip to content

Commit

Permalink
Update log message format
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Sep 5, 2023
1 parent 4694f16 commit 60e2941
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 367 deletions.
2 changes: 1 addition & 1 deletion easyDiffractionApp/Logic/Helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def generalizePath(fpath: str) -> str:

@staticmethod
def formatMsg(type, *args):
types = {'main': '', 'sub': ' '}
types = {'main': '*', 'sub': ' -'}
mark = types[type]
widths = [22,21,20,10]
widths[0] -= len(mark)
Expand Down
Loading

0 comments on commit 60e2941

Please sign in to comment.