f321x
050b5b8076
qt: handle shutil.copyfail exc in add_plugin_dialog
...
Handles exceptions thrown by `shutil.copyfile()` in the
`add_plugin_dialog`.
In issue #10101 an user tried to access an onedrive vault directory which
made shutil fail to copy the file with:
```
OSError: [Errno 22] Invalid argument: 'odopen://unlockvault/?accounttype=personal'
```
2025-08-04 09:50:15 +02:00
..
2025-06-14 17:06:15 +00:00
2025-07-21 03:33:43 +00:00
2025-07-24 10:26:42 +02:00
2025-06-29 22:25:56 +00:00
2025-04-23 15:24:02 +02:00
2025-05-18 16:54:56 +00:00
2025-06-05 12:37:23 +02:00
2025-07-29 15:40:51 +02:00
2025-05-15 17:55:23 +02:00
2025-07-01 03:32:43 +02:00
2025-07-18 16:44:15 +00:00
2025-05-05 11:45:31 +02:00
2025-07-18 01:11:19 +00:00
2025-02-19 11:40:21 +01:00
2025-07-18 11:12:25 +02:00
2025-03-14 16:05:40 +00:00
2025-07-18 14:16:30 +00:00
2025-07-20 15:09:38 +02:00
2025-05-23 18:42:54 +02:00
2025-06-23 16:10:14 +00:00
2025-08-04 09:50:15 +02:00
2025-02-20 18:53:08 +00:00
2025-06-23 16:10:14 +00:00
2025-05-14 14:45:14 +02:00
2025-05-14 14:45:14 +02:00
2025-05-06 18:12:42 +00:00
2025-06-23 16:10:14 +00:00
2025-06-06 09:29:01 +02:00
2025-07-16 13:13:26 +02:00
2025-07-18 13:14:27 +02:00
2025-06-03 18:58:05 +00:00
2025-06-23 16:10:14 +00:00
2025-04-04 15:06:50 +02:00
2025-05-28 10:42:59 +02:00