We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8624d commit ddde636Copy full SHA for ddde636
1 file changed
relink.py
@@ -5,6 +5,7 @@
5
"""
6
7
import os
8
+import sys
9
import pwd
10
import argparse
11
import logging
@@ -141,9 +142,7 @@ def parse_arguments():
141
142
return parser.parse_args()
143
144
if __name__ == '__main__':
- # Configure logging to display INFO and above to console (stdout)
145
- import sys
146
- # --- Configuration ---
+
147
args = parse_arguments()
148
149
# Configure logging based on verbosity flags
0 commit comments