mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 07:33:43 +01:00
Forgot to remove debug print
This commit is contained in:
parent
d71c2c4229
commit
b508923bab
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user