Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2023
1 parent fda5254 commit 325caeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mslice/workspace/helperfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def combined(self) -> str:

def merged(self) -> str:
return self.add_sufix('_merged')

def isHiddenFromMsl(self) -> bool:
return '_HIDDEN' in self.ws_name

Expand Down

0 comments on commit 325caeb

Please sign in to comment.