Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

issue#34 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maybe/maybe.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def main(argv=sys.argv[1:]):
# Ctrl+C does not print a newline automatically
print("")
if choice.lower() == "y":
subprocess.call(args.command)
return subprocess.call(args.command)
else:
print("%s has not detected any file system operations from %s." %
(T.bold("maybe"), T.bold(command)))