Skip to content

Commit

Permalink
Fix call to die
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jan 31, 2024
1 parent 1620e9c commit 20da2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero/plugins/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ def jstack(self, args, config):
self.ctx.err(jstack[1])

if unknown_services:
self.ctx.die(f"{unknown_services} unknown service(s)")
self.ctx.die(14, f"{unknown_services} unknown service(s)")

def getdirsize(self, directory, strict=True):
"""
Expand Down

0 comments on commit 20da2ca

Please sign in to comment.