mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 17:13:57 +00:00
577f2bcabf71d41aee183c39abf0fd4886707312
As reported in PICARD-444, the following error is received when installing over an existing plugin: Traceback (most recent call last): File ".\picard\ui\options\plugins.py", line 134, in open_plugins self.install_plugin(path) File ".\picard\ui\options\plugins.py", line 148, in install_plugin self.tagger.pluginmanager.install_plugin(path, dest) File ".\picard\plugin.py", line 198, in install_plugin same_file = os.path.samefile(path, dest) if dest_exists else False AttributeError: 'module' object has no attribute 'samefile'
Description
No description provided
Languages
Python
99.4%
Shell
0.3%
PowerShell
0.2%
C
0.1%