mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-11 00:36:59 +02:00
fixed formatting
This commit is contained in:
parent
82b2667ef7
commit
bc4ff93d8f
@ -775,7 +775,7 @@ if __name__ == "__main__":
|
||||
# SystemExit inherits from Exception in python < 2.5, so we have to
|
||||
# handle it separately.
|
||||
except SystemExit, e:
|
||||
sys.exit(e.code)
|
||||
sys.exit(e.code)
|
||||
|
||||
except Exception, e:
|
||||
from pgloader.options import DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user