We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3820d20 commit 6cf7e69Copy full SHA for 6cf7e69
specs/callables.py
@@ -407,4 +407,4 @@ def Split_output(inputs):
407
import os, glob
408
409
output_dir = os.getcwd()
410
- return sorted(glob.glob(output_dir, f"{inputs.output_basename}*.*"))
+ return sorted(glob.glob(os.path.join(output_dir, f"{inputs.output_basename}*.*")))
0 commit comments