Skip to content

Commit 2a07c63

Browse files
committed
refactor: removed unused output dir
1 parent b1f5a06 commit 2a07c63

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

fypp-gfortran.py

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
# Read the system arguments.
77
args = sys.argv[1:]
88

9-
# Set the output directory.
10-
output_dir = Path("build" , "preprocessed_files")
11-
12-
# If output directory does not exist, create it.
13-
if not output_dir.exists():
14-
output_dir.mkdir(parents=True)
15-
169
# Get the filenames with .fypp extension and convert to string.
1710
source_file = [arg for arg in args if arg.endswith(".fypp")]
1811
output_file = [arg for arg in args if arg.endswith(".o")]

0 commit comments

Comments
 (0)