Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/prjemian/spec2nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 13, 2019
2 parents f6360d2 + 5da166a commit df20216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ def run(self): # lgtm [py/similar-function]
from distutils.command.sdist import sdist as _sdist

class cmd_sdist(_sdist):
def run(self): # gtm [py/similar-function]
def run(self): # lgtm [py/similar-function]
versions = get_versions()
self._versioneer_generated_versions = versions
# unless we update this, the command will keep using the old
Expand Down

0 comments on commit df20216

Please sign in to comment.