##// END OF EJS Templates
don't force . relative path, fix #3897...
Paul Ivanov -
Show More
@@ -30,7 +30,7 b' class FilesWriter(WriterBase):'
30 30 """Consumes nbconvert output and produces files."""
31 31
32 32
33 build_directory = Unicode(".", config=True,
33 build_directory = Unicode("", config=True,
34 34 help="""Directory to write output to. Leave blank
35 35 to output to the current directory""")
36 36
General Comments 0
You need to be logged in to leave comments. Login now