Skip to content

Commit 1e8ad22

Browse files
haresh-sureshDavide Schiera
authored andcommitted
Setting it to async method (#112)
1 parent 9b6a7fb commit 1e8ad22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcclient/_scanning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def get_pdf_report(self, image, tag=None, date=None):
307307

308308
return [True, res.content]
309309

310-
def import_image(self, infile, sync=True):
310+
def import_image(self, infile, sync=False):
311311
'''**Description**
312312
Import an image archive
313313

0 commit comments

Comments
 (0)