Skip to content

Commit 05c5350

Browse files
authored
Merge pull request #222 from AllenNeuralDynamics:fix-remove-rogue-print
Prevent the output from the CliApp from surfacing to the stdout
2 parents c7166e1 + 815cb24 commit 05c5350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clabe/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def cli_cmd(self):
4444

4545
def main():
4646
"""Entry point for the CLABE CLI application."""
47-
return CliApp().run(CliAppSettings)
47+
CliApp().run(CliAppSettings)
4848

4949

5050
if __name__ == "__main__":

0 commit comments

Comments
 (0)