Skip to content

Commit

Permalink
[#367] Updated default config so that the default profile name doesn'…
Browse files Browse the repository at this point in the history
…t contain any empty spaces.
  • Loading branch information
eoyilmaz committed Jun 5, 2024
1 parent 392c66a commit 9a4973d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DisplayCAL/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,11 +1192,11 @@ def runtimeconfig(pyfile):
else "u", # Linux, OSX
"profile.license": "Public Domain",
"profile.load_on_login": 1,
"profile.name": " ".join(
"profile.name": "_".join(
[
"%dns",
"%out",
"%Y-%m-%d %H-%M",
"%Y-%m-%d_%H-%M",
"%cb",
"%wp",
"%cB",
Expand Down

0 comments on commit 9a4973d

Please sign in to comment.