Use path in storage instead of full path for print recovery

This commit is contained in:
Gina Häußge 2016-02-08 16:44:37 +01:00
parent 9e8b5312d5
commit e443c7df2f

View file

@ -423,7 +423,7 @@ class FileManager(object):
from octoprint.util import atomic_write
data = dict(origin=origin,
path=path,
path=self.path_in_storage(origin, path),
pos=pos,
date=time.time())
try: