Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix for --eject option
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
__main__.py
|
@@ -86,5 +86,6 @@ def user_yes_no_query(question): |
|
|
kindlepath, args.azw, args.days, |
|
|
args.fix_thumb, args.lubimy_czytac, |
|
|
args.mark_real_pages) |
|
|
if args.eject and sys.platform == 'darwin': |
|
|
if sys.platform == 'darwin': |
|
|
if args.eject: |
|
|
os.system('diskutil eject ' + kindlepath) |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.