10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-07-05 19:05:51 +02:00

Forgot to remove debug print

This commit is contained in:
Anthony Scemama 2014-02-28 11:12:20 +01:00
parent d71c2c4229
commit b508923bab

View File

@ -63,8 +63,6 @@ def init():
makefile.create()
# Copy current files in the irpdir
ls = os.listdir(os.getcwd())
print ls
for dir in ['./']+command_line.include_dir:
try:
os.stat(dir)