Unneccessary os.path.expanduser()

pull/11/head
Nicholas Hope 2022-08-09 19:09:46 -04:00
parent 10e1e1f248
commit 74cddba463
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ def main():
targetDir += "steamapps/common/Team Fortress 2/tf/cfg"
elif args.force:
# Unsupported OS but -f specified
targetDir = os.path.expanduser('.')
targetDir = '.'
else:
# Unsupported OS and not forced to continue
return 2