Jonas Borgström 12 vuotta sitten
vanhempi
sitoutus
491c560c3e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      darc/archiver.py

+ 1 - 1
darc/archiver.py

@@ -413,7 +413,7 @@ def main():
     archiver = Archiver()
     archiver = Archiver()
     exit_code = archiver.run()
     exit_code = archiver.run()
     if exit_code:
     if exit_code:
-        archiver.print_error('Exiting with failure statue due to previous errors')
+        archiver.print_error('Exiting with failure status due to previous errors')
     sys.exit(exit_code)
     sys.exit(exit_code)
 
 
 if __name__ == '__main__':
 if __name__ == '__main__':