Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
set_version:236:41: E231 missing whitespace after ','
  • Loading branch information
dmach committed Apr 10, 2024
1 parent 334b686 commit 1b97390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_version
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class RevisionDetector(object):
@staticmethod
def _get_revision_from_osc_files():
from xml.etree import ElementTree
_filesname = os.path.join('.osc','_files')
_filesname = os.path.join('.osc', '_files')
_filesXML = ElementTree.parse(_filesname)
return _filesXML.getroot().attrib['rev']

Expand Down

0 comments on commit 1b97390

Please sign in to comment.