We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1725290 + 1ae14b3 commit bfbf96fCopy full SHA for bfbf96f
TarSCM/scm/tar.py
@@ -10,12 +10,6 @@ class Tar(Scm):
10
11
def fetch_upstream(self):
12
"""SCM specific version of fetch_upstream for tar."""
13
- if self.args.obsinfo is None:
14
- files = glob.glob('*.obsinfo')
15
- if files:
16
- # or we refactor and loop about all on future
17
- self.args.obsinfo = files[0]
18
-
19
version = None
20
if self.args.obsinfo:
21
self.basename = self.clone_dir = self.read_from_obsinfo(
0 commit comments