Skip to content
Snippets Groups Projects

Merged Tanya's files + final lint check

Merged Hugo Madge Leon requested to merge hugo_last into main
4 files
+ 120
52
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
0
@@ -18,6 +18,9 @@ def main(args: argparse.Namespace):
Args:
args (parser): list of arguments from CLI.
"""
if not isinstance(args, argparse.Namespace):
raise TypeError("Input should be argparse.Namespace")
# Create or wipe output file
with open(args.output, "w", encoding="utf-8") as _:
pass
Loading