Skip to content

Commit

Permalink
Fixed return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscyyeung committed Feb 13, 2024
1 parent cddb28c commit e15a8c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ def runTrajectoryAnalysis(self, start, stop) -> int:
self.processing = False
return exitCode

def plotCauteryTrajectory(self, start, stop, clean) -> None:
def plotCauteryTrajectory(self, start, stop, clean) -> int:
logging.info("Plotting cautery trajectory")
self.processing = True

Expand Down

0 comments on commit e15a8c2

Please sign in to comment.