Use path in storage instead of full path for print recovery
This commit is contained in:
parent
9e8b5312d5
commit
e443c7df2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue