10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +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() makefile.create()
# Copy current files in the irpdir # Copy current files in the irpdir
ls = os.listdir(os.getcwd())
print ls
for dir in ['./']+command_line.include_dir: for dir in ['./']+command_line.include_dir:
try: try:
os.stat(dir) os.stat(dir)