We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eeebaf commit 3c20225Copy full SHA for 3c20225
spss/interface/run_l1a_pge.ipynb
@@ -146,7 +146,7 @@
146
"# Make sure the output directory exists\n",
147
"if not os.path.exists(output_path):\n",
148
" logging.info(f\"Creating missing output directory: {output_path}\")\n",
149
- " os.path.makedirs(output_path)"
+ " os.makedirs(output_path)"
150
]
151
},
152
{
spss/interface/run_l1b_pge.ipynb
@@ -142,7 +142,7 @@
142
143
144
145
0 commit comments