drewThomasson
commited on
Commit
•
75e7db8
1
Parent(s):
5f0212d
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,9 @@ Linux/Mac:
|
|
190 |
if os.path.exists(args['ebooks_dir']):
|
191 |
new_ebooks_dir = os.path.abspath(args['ebooks_dir'])
|
192 |
else:
|
193 |
-
print(f'Error: The provided --ebooks_dir "{args[
|
|
|
|
|
194 |
sys.exit(1)
|
195 |
|
196 |
if os.path.exists(new_ebooks_dir):
|
|
|
190 |
if os.path.exists(args['ebooks_dir']):
|
191 |
new_ebooks_dir = os.path.abspath(args['ebooks_dir'])
|
192 |
else:
|
193 |
+
print(f'Error: The provided --ebooks_dir "{args["ebooks_dir"]}" does not exist.')
|
194 |
+
|
195 |
+
|
196 |
sys.exit(1)
|
197 |
|
198 |
if os.path.exists(new_ebooks_dir):
|