removing the default value for the output folder
This commit is contained in:
parent
613fe74f07
commit
4e9c94c102
@ -133,7 +133,7 @@ if __name__ == '__main__':
|
|||||||
# output folder for images
|
# output folder for images
|
||||||
parser.add_argument("-o", "--output", dest="output",
|
parser.add_argument("-o", "--output", dest="output",
|
||||||
help="output folder, this is where the files are stored",
|
help="output folder, this is where the files are stored",
|
||||||
default="./output/", type=str)
|
type=str)
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user