Skip to content

Commit

Permalink
removed cf-copy-pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
nabsabraham authored Feb 16, 2021
1 parent 94c6415 commit 95737ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import subprocess
import os

cf_remote_version = subprocess.run(['git', 'describe', '--tags'], stdout=subprocess.PIPE).stdout.decode("utf-8").strip()
assert "." in cf_remote_version
remote_version = subprocess.run(['git', 'describe', '--tags'], stdout=subprocess.PIPE).stdout.decode("utf-8").strip()
assert "." in remote_version

assert os.path.isfile("pandaserd/version.py")
with open("pandaserd/VERSION", "w", encoding="utf-8") as fh:
Expand Down

0 comments on commit 95737ee

Please sign in to comment.