We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea593e commit 31be506Copy full SHA for 31be506
skypy/pipeline/scripts/skypy.py
@@ -48,4 +48,4 @@ def main(args=None):
48
logger.exception(e)
49
raise SystemExit(2) from e
50
51
- return(0)
+ return (0)
0 commit comments