Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Commit 0c02bee

Browse files
author
Lars Kellogg-Stedman
committed
emit repository name
1 parent 7f5bcdb commit 0c02bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitdriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def main():
3434

3535
md = gd.get_file_metadata(opts.docid)
3636

37+
print 'Create repository "%(title)s"' % md
3738
subprocess.call(['git','init',md['title']])
3839
os.chdir(md['title'])
3940

0 commit comments

Comments
 (0)