Fix default directory after moving the file.
This commit is contained in:
parent
87db404aea
commit
a34996108b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if __name__ == "__main__":
|
|||
output_directory = "/tmp/"
|
||||
|
||||
# default directory to find the source files in, no trailing /.
|
||||
src_directory = "../../src/gui"
|
||||
src_directory = "../src/gui"
|
||||
|
||||
def reindent( data):
|
||||
"""Converts the raw input to an easier to use format.
|
||||
|
|
Loading…
Add table
Reference in a new issue