Skip to content

Commit

Permalink
Merge pull request #30 from fasten-project/Change_name_and_long_name_…
Browse files Browse the repository at this point in the history
…in_json_output

Changed names of fields in the output json message:
  • Loading branch information
MagielBruntink authored Jan 28, 2021
2 parents 1108148 + e0d0ca2 commit 3ba8979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapidplugin/domain/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ def __init__(self):
def metadata(self):
return {
"filename": self.filename,
"name": self.name,
"long_name": self.long_name,
"callable_name": self.name,
"callable_long_name": self.long_name,
"start_line": self.start_line,
"end_line": self.end_line
}
Expand Down

0 comments on commit 3ba8979

Please sign in to comment.