Skip to content

Commit e8f35bd

Browse files
committed
Print "Operation initiated" to show success
If the D-Bus times out on a long-running operation, print a message to indicate success. Actually, what we are saying here is that success is the best interpretation of what stratis-cli has detected. Further efforts would require independent checks. Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 2441bf2 commit e8f35bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stratis_cli/_actions/_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,6 @@ def wrapper(namespace: Namespace):
303303
for e in get_errors(err)
304304
): # pragma: no cover
305305
raise err
306+
print("Operation initiated", file=sys.stderr)
306307

307308
return wrapper

0 commit comments

Comments
 (0)