mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Correctly get symlink name
This commit is contained in:
parent
2f90a21dd5
commit
e5cb75e9cb
@ -257,7 +257,7 @@ def main():
|
||||
|
||||
"""
|
||||
|
||||
script_name = os.path.basename(__name__ or sys.argv[0])
|
||||
script_name = os.path.basename(sys.argv[0])
|
||||
parts = script_name.split('-')
|
||||
|
||||
# Copy arguments into another list for save manipulation
|
||||
|
Loading…
x
Reference in New Issue
Block a user