Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente González Ruiz committed Mar 1, 2018
1 parent fbb494c commit 26740d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python

#from __future__ import print_function
import os
Expand All @@ -21,7 +21,6 @@

print('Enter yes if you want to download the boost libraries and use the updated boost libraries...')
user_input = input()


if os.path.isfile(boost) == False:
if user_input == "yes":
Expand Down

0 comments on commit 26740d0

Please sign in to comment.