mirror of
https://github.com/gryf/slack-backup.git
synced 2025-12-17 11:30:25 +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:
|
||||
return 'assets'
|
||||
|
||||
path = os.path.dirname(os.path.abspath(database))
|
||||
path = os.path.dirname(database)
|
||||
return os.path.join(path, 'assets')
|
||||
|
||||
def _channels_list(self):
|
||||
|
||||
Reference in New Issue
Block a user