Narrow except
Narrow except to AttributeError
This commit is contained in:
@@ -116,7 +116,7 @@ class RedditDownloader(RedditConnector):
|
|||||||
elif self.args.make_hard_links:
|
elif self.args.make_hard_links:
|
||||||
try:
|
try:
|
||||||
destination.hardlink_to(self.master_hash_list[resource_hash])
|
destination.hardlink_to(self.master_hash_list[resource_hash])
|
||||||
except:
|
except AttributeError:
|
||||||
self.master_hash_list[resource_hash].link_to(destination)
|
self.master_hash_list[resource_hash].link_to(destination)
|
||||||
logger.info(
|
logger.info(
|
||||||
f'Hard link made linking {destination} to {self.master_hash_list[resource_hash]}'
|
f'Hard link made linking {destination} to {self.master_hash_list[resource_hash]}'
|
||||||
|
|||||||
Reference in New Issue
Block a user