Projects STRLCPY CamOver Commits 2afe39f7
🤬
  • ■ ■ ■ ■ ■
    camover/cli.py
    skipped 95 lines
    96 96   def start(self):
    97 97   if self.args.output:
    98 98   directory = os.path.split(self.args.output)[0]
     99 + 
    99 100   if directory:
    100 101   if not os.path.isdir(directory):
    101 102   self.print_error(f"Directory: {directory}: does not exist!")
    skipped 71 lines
Please wait...
Page is in error, reload to recover