mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-11 08:46: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
|
# SystemExit inherits from Exception in python < 2.5, so we have to
|
||||||
# handle it separately.
|
# handle it separately.
|
||||||
except SystemExit, e:
|
except SystemExit, e:
|
||||||
sys.exit(e.code)
|
sys.exit(e.code)
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
from pgloader.options import DEBUG
|
from pgloader.options import DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user