Skip to content

Commit

Permalink
Added new line
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredChester committed Feb 3, 2023
1 parent 66ba0a7 commit 9fd3ba2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class commandConfigs:
ParamData = defaultParamData
@logger.catch
def handleParam(self, index: int) -> None:
# Do SameMeaning first
opt = self.argv[index]
pType = paramType[opt]
pName = paramName[opt]
Expand Down Expand Up @@ -58,4 +57,4 @@ def __init__(self) -> None:
(not 'src' in self.ParamData):
self.ParamData['src'] = argv[i]
self.checkParamValid()
logger.debug(f'Got Param Data: {dumps(self.ParamData, indent=4)}')
logger.debug(f'Got Param Data: {dumps(self.ParamData, indent=4)}')

0 comments on commit 9fd3ba2

Please sign in to comment.