We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f5a06 commit 2a07c63Copy full SHA for 2a07c63
fypp-gfortran.py
@@ -6,13 +6,6 @@
6
# Read the system arguments.
7
args = sys.argv[1:]
8
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
16
# Get the filenames with .fypp extension and convert to string.
17
source_file = [arg for arg in args if arg.endswith(".fypp")]
18
output_file = [arg for arg in args if arg.endswith(".o")]
0 commit comments