MiniDigger/Hangar

View on GitHub
scripts/fix_file_paths_ecd8100.py3

Summary

Maintainability
Test Coverage

Avoid deeply nested control flow statements.
Open

        if os.path.isfile(old_sig_path):
          print("Old sig: " + old_sig_path + "\nNew sig: " + new_sig_path)
          os.rename(old_sig_path, new_sig_path)
  else:
Severity: Major
Found in scripts/fix_file_paths_ecd8100.py3 - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status