Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
er1z committed Dec 14, 2018
1 parent 161c225 commit 19b95e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def get_profile_path(iml_dir):
args = sys.argv[1:]
target_args = []
for a in args:
# todo: adjust this line for POSIX
if a.__len__() > 1 and a[1] == ':' and a[2] == "\\":
tmp_name = ''.join(random.choice(string.ascii_letters) for i in range(8))
tmp_path = "/tmp/git_commit_message_%s" % tmp_name # type: str
Expand Down

0 comments on commit 19b95e1

Please sign in to comment.