Skip to content

Commit

Permalink
fix: line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
KernAttila committed Aug 26, 2023
1 parent cc0f3a9 commit 9eddb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuegui/cuegui/FilterDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def createAction(self):
"Create Action",
"What value should this property be set to?",
0,
-8, # Allow minimum core value to be negative, booking all host cores minus this value.
-8, # Minimum core value can be <=0, booking all cores minus this value.
50000,
2)
value = float(value)
Expand Down

0 comments on commit 9eddb03

Please sign in to comment.