Lengthen doc on PrinterInterface.select_file

This commit is contained in:
Mark Walker 2015-08-11 01:08:25 -07:00
parent 214b48451b
commit 4bcdcced8a

View file

@ -221,6 +221,10 @@ class PrinterInterface(object):
Arguments:
path (str): The path to select for printing. Either an absolute path (local file) or a
filename (SD card).
sd (boolean): Indicates whether the file is on the SD card or not.
printAfterSelect (boolean): Indicates whether a print should be started
after the file is selected.
"""
raise NotImplementedError()