parent
879295afca
commit
22f52056ff
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ def wipe(directory):
|
||||||
def main():
|
def main():
|
||||||
file = os.path.realpath(__file__)
|
file = os.path.realpath(__file__)
|
||||||
directory = os.path.dirname(file)
|
directory = os.path.dirname(file)
|
||||||
build(directory, len(sys.argv) == 1)
|
build(directory, len(sys.argv) == 0)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue