Skip to content

Commit

Permalink
fix: #2487 scripts-catalog folder restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
maduvena committed Nov 15, 2022
1 parent 13eebe4 commit aa30368
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 3,492 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ def extractParams(self, param):
elif i == -1:
return (param, None)
else:
return (param[:i], param[i:])
return (param[:i], param[i+1:])

This file was deleted.

This file was deleted.

Loading

0 comments on commit aa30368

Please sign in to comment.