Jonas Borgström %!s(int64=12) %!d(string=hai) anos
pai
achega
491c560c3e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      darc/archiver.py

+ 1 - 1
darc/archiver.py

@@ -413,7 +413,7 @@ def main():
     archiver = Archiver()
     exit_code = archiver.run()
     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)
 
 if __name__ == '__main__':