Skip to content

Commit

Permalink
switch to @ + generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Kuo committed Aug 7, 2020
1 parent 6b94095 commit b4fe8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/packages/locker.py
Expand Up @@ -177,7 +177,7 @@ def set_lock_data(self, root, packages): # type: (...) -> bool
del package["files"]

lock = document()
lock.add(comment("@generated"))
lock.add(comment("@" + "generated"))
lock["package"] = packages

if root.extras:
Expand Down

0 comments on commit b4fe8c0

Please sign in to comment.