Update
This commit is contained in:
@ -51,7 +51,7 @@ def make_workspace_name(workspace_number, workspace_name):
|
||||
|
||||
|
||||
def get_workspace_block(workspace_number):
|
||||
return int(math.floor((workspace_number-1)/10))*10
|
||||
return int(math.floor((workspace_number - 1) / 10)) * 10
|
||||
|
||||
|
||||
def shift_workspace_number(workspace_number, direction, number, exact):
|
||||
|
Reference in New Issue
Block a user