mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
use os.path.abspath to get the directory
This commit is contained in:
parent
03e34ebc0e
commit
48bef64226
@ -15,7 +15,7 @@ def main():
|
||||
print >> sys.stderr, usage
|
||||
sys.exit(1)
|
||||
|
||||
directory = os.path.abspath(os.path.expanduser(sys.argv[1]))
|
||||
directory = os.path.abspath(sys.argv[1]))
|
||||
team = sys.argv[2]
|
||||
operation_type = "branch"
|
||||
if len(sys.argv) == 4:
|
||||
|
Loading…
x
Reference in New Issue
Block a user