Skip to content

Commit

Permalink
rogue comma
Browse files Browse the repository at this point in the history
  • Loading branch information
stufus committed Nov 27, 2015
1 parent 09c5961 commit 76e9572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdwp-shellifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def runtime_exec_info(jdwp, threadId):
"path.separator": "Path separator",
"user.name": "User's account name",
"user.home": "User's home directory",
"user.dir": "User's current working directory",
"user.dir": "User's current working directory"
}

systemClass = jdwp.get_class_by_name("Ljava/lang/System;")
Expand Down

0 comments on commit 76e9572

Please sign in to comment.