mirror of
https://github.com/gryf/slack-backup.git
synced 2025-12-17 19:40:21 +01:00
Changed absolute to relative for filepaths stored in File objects
This commit is contained in:
@@ -256,7 +256,7 @@ class Client(object):
|
|||||||
if not database:
|
if not database:
|
||||||
return 'assets'
|
return 'assets'
|
||||||
|
|
||||||
path = os.path.dirname(os.path.abspath(database))
|
path = os.path.dirname(database)
|
||||||
return os.path.join(path, 'assets')
|
return os.path.join(path, 'assets')
|
||||||
|
|
||||||
def _channels_list(self):
|
def _channels_list(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user